]> git.baikalelectronics.ru Git - kernel.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)
commitdbc1b0b75b5a28ec0506390cf3ea569d694ce1c8
tree36e1abf2900467ffd245f8528661458cccde3cee
parentcf19a522cdf626b5d6b818538435af489f431ffb
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