Staging: silicom: Fixed error 'space required after that ',''.

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>
This commit is contained in:
Tülin İzer 2013-05-15 05:33:48 +03:00 committed by Greg Kroah-Hartman
parent a7ce87e1c4
commit 001bd4b45b
1 changed files with 1 additions and 1 deletions

View 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