]> www.infradead.org Git - users/jedix/linux-maple.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)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 14:04:12 +0000 (22:04 +0800)
commit442ca2056f76910e510a5fde6b8aa7831770654e
treeefa0e89a195782e27651ecf5097fe12da910834f
parentd818c47f6b0f019949f56bd35ce353ff699bc641
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.

(cherry picked from commit 54239c67dba1ec168736c7f31b65638bfe535386)
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>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/ixgbe/ixgbe_main.c