From: Alexander Duyck Date: Fri, 15 Jul 2011 03:06:06 +0000 (+0000) Subject: ixgbe: combine PCI_VDEVICE and board declaration to same line X-Git-Tag: v3.2-rc1~129^2~286^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54239c67dba1ec168736c7f31b65638bfe535386;p=pandora-kernel.git 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 Tested-by: Phil Schmitt Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed