]> git.baikalelectronics.ru Git - kernel.git/commit
i40e: Fix for stats init function call in Rx setup
authorCarolyn Wyborny <carolyn.wyborny@intel.com>
Tue, 10 Feb 2015 01:42:31 +0000 (17:42 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 10 Feb 2015 02:45:00 +0000 (18:45 -0800)
commit8620c2be92d09f9395301c9c75127672c1049f3a
tree810ece66cbdcbc909a1fff8ba7dede518a686db9
parente6eec7f6f9667422a3098e916dc3f983654ae2d8
i40e: Fix for stats init function call in Rx setup

This patch fixes indentation issue and error found in argument
reported by static analysis.  Without this patch, sparse and other
static analysis errors will be found.

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Reported-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Carolyn Wyborny <carolyn.wyborny@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/intel/i40e/i40e_txrx.c
drivers/net/ethernet/intel/i40evf/i40e_txrx.c