Commit 0248598d authored by Lisa Nguyen's avatar Lisa Nguyen Committed by Greg Kroah-Hartman

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: default avatarLisa Nguyen <lisa@xenapiadmin.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 14cd6f99
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#define PEGII_IF_SERIES(vid, pid) \ #define PEGII_IF_SERIES(vid, pid) \
((vid == 0x8086) && \ ((vid == 0x8086) && \
((pid == INTEL_PEG4BPII_PID)|| \ ((pid == INTEL_PEG4BPII_PID) || \
(pid == INTEL_PEG4BPFII_PID))) (pid == INTEL_PEG4BPFII_PID)))
#define EXPORT_SYMBOL_NOVERS EXPORT_SYMBOL #define EXPORT_SYMBOL_NOVERS EXPORT_SYMBOL
......
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