mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00: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:
parent
14cd6f9941
commit
0248598d03
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue