]> Pileus Git - ~andy/linux/commitdiff
Staging: silicom: Fixed error 'space required after that ',''.
authorTülin İzer <tulinizer@gmail.com>
Wed, 15 May 2013 02:33:48 +0000 (05:33 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 May 2013 22:50:30 +0000 (15:50 -0700)
This patch fixes error 'space required after that ','' found by
checkpatch in driver silicom.

Signed-off-by: Tülin İzer <tulinizer@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/silicom/bpctl_mod.c

index 6659f89434ed7ac6ae3c3640ede3f44eb37642e0..970613dd1bed0f879b28aee0b1a2a04b14cdf8f2 100644 (file)
@@ -5787,7 +5787,7 @@ static const struct file_operations Fops = {
 };
 
 #ifndef PCI_DEVICE
-#define PCI_DEVICE(vend,dev) \
+#define PCI_DEVICE(vend, dev) \
        .vendor = (vend), .device = (dev), \
        .subvendor = PCI_ANY_ID, .subdevice = PCI_ANY_ID
 #endif