2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-21 20:13:58 +08:00

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

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