staging/silicom/bypasslib: Add space around ==
Added space around equal signs to resolve checkpatch errors and meet kernel coding standards in bplibk.h Signed-off-by: Lisa Nguyen <lisa@xenapiadmin.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f55a69012a
commit
d8195f86b4
|
@ -24,9 +24,9 @@
|
|||
#define INTEL_PEG4BPFII_PID 0x10a1
|
||||
|
||||
#define PEGII_IF_SERIES(vid, pid) \
|
||||
((vid==0x8086)&& \
|
||||
((pid==INTEL_PEG4BPII_PID)|| \
|
||||
(pid==INTEL_PEG4BPFII_PID)))
|
||||
((vid == 0x8086)&& \
|
||||
((pid == INTEL_PEG4BPII_PID)|| \
|
||||
(pid == INTEL_PEG4BPFII_PID)))
|
||||
|
||||
#define EXPORT_SYMBOL_NOVERS EXPORT_SYMBOL
|
||||
|
||||
|
|
Loading…
Reference in New Issue