Commit 001bd4b4 authored by Tülin İzer's avatar Tülin İzer Committed by Greg Kroah-Hartman

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: default avatarTülin İzer <tulinizer@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent a7ce87e1
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment