Skip to content

Commit

Permalink
staging/silicom/bypasslib: Add space around ||
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lisa Nguyen authored and Greg Kroah-Hartman committed May 30, 2013
1 parent 14cd6f9 commit 0248598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/silicom/bypasslib/bplibk.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0248598

Please sign in to comment.