mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 07:34:03 -04:00
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:
committed by
Greg Kroah-Hartman
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user