i40e: trivial fixes
authorJesse Brandeburg <jesse.brandeburg@intel.com>
Thu, 19 Nov 2015 01:35:42 +0000 (17:35 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 3 Dec 2015 10:23:39 +0000 (02:23 -0800)
commit4eeb1fff27f4578386955b0e88f4cffc3814df24
tree22fba45c6374781e0b626171065866a844eb1c64
parent1e590660cb7ac675c735dd74d99dbca2103abf41
i40e: trivial fixes

1) remove duplicate include of tcp.h
2) put an ampersand at the end of a line instead of the beginning
3) remove a useless dev_info
4) match declaration of function to the implementation
5) repair incorrect comment
6) correct whitespace
7) remove unused define

Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e.h
drivers/net/ethernet/intel/i40e/i40e_txrx.c
drivers/net/ethernet/intel/i40evf/i40e_txrx.c