1
0
Fork 0

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>
hifive-unleashed-5.1
Lisa Nguyen 2013-05-23 13:52:17 -07:00 committed by Greg Kroah-Hartman
parent 4d18cd3c08
commit f55a69012a
1 changed files with 3 additions and 3 deletions

View File

@ -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