Commit 14cd6f99 authored by Lisa Nguyen's avatar Lisa Nguyen Committed by Greg Kroah-Hartman

staging/silicom/bypasslib: Add space around &&

Added space around double ampersands 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 d8195f86
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#define INTEL_PEG4BPFII_PID 0x10a1 #define INTEL_PEG4BPFII_PID 0x10a1
#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)))
......
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