staging/silicom/bypasslib: Fix code indentation errors
Fixed code indentation errors generated by checkpatch.pl to 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
4d18cd3c08
commit
f55a69012a
@ -24,9 +24,9 @@
|
||||
#define INTEL_PEG4BPFII_PID 0x10a1
|
||||
|
||||
#define PEGII_IF_SERIES(vid, pid) \
|
||||
((vid==0x8086)&& \
|
||||
((pid==INTEL_PEG4BPII_PID)|| \
|
||||
(pid==INTEL_PEG4BPFII_PID)))
|
||||
((vid==0x8086)&& \
|
||||
((pid==INTEL_PEG4BPII_PID)|| \
|
||||
(pid==INTEL_PEG4BPFII_PID)))
|
||||
|
||||
#define EXPORT_SYMBOL_NOVERS EXPORT_SYMBOL
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user