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 double ampersands 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 d8195f8 commit 14cd6f9
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 @@ -24,7 +24,7 @@
#define INTEL_PEG4BPFII_PID 0x10a1

#define PEGII_IF_SERIES(vid, pid) \
((vid == 0x8086)&& \
((vid == 0x8086) && \
((pid == INTEL_PEG4BPII_PID)|| \
(pid == INTEL_PEG4BPFII_PID)))

Expand Down

0 comments on commit 14cd6f9

Please sign in to comment.