]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ixgbe: combine PCI_VDEVICE and board declaration to same line
authorAlexander Duyck <alexander.h.duyck@intel.com>
Fri, 15 Jul 2011 03:06:06 +0000 (03:06 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 16 Sep 2011 04:19:47 +0000 (21:19 -0700)
commit54239c67dba1ec168736c7f31b65638bfe535386
tree36e1abf2900467ffd245f8528661458cccde3cee
parent35c7f8a1baa6245a0e66d6ee72502d96cbc2aa19
ixgbe: combine PCI_VDEVICE and board declaration to same line

This patch is a minor whitespace cleanup to compress the device ID
declaration and board type declaration onto the same line.  It seems to
make sense since all of the combinations of the two are less than 80
characters and it makes the overall layout a bit more readable.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Tested-by: Phil Schmitt <phillip.j.schmitt@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c