mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 05:39:42 -04:00
staging/silicom/bypasslib: Add space around ||
Added space around piping symbols 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
14cd6f9941
commit
0248598d03
@@ -25,7 +25,7 @@
|
||||
|
||||
#define PEGII_IF_SERIES(vid, pid) \
|
||||
((vid == 0x8086) && \
|
||||
((pid == INTEL_PEG4BPII_PID)|| \
|
||||
((pid == INTEL_PEG4BPII_PID) || \
|
||||
(pid == INTEL_PEG4BPFII_PID)))
|
||||
|
||||
#define EXPORT_SYMBOL_NOVERS EXPORT_SYMBOL
|
||||
|
||||
Reference in New Issue
Block a user