mirror of https://gitee.com/openkylin/linux.git
Staging: silicom: bp_mod.h: checkpatch tab and space cleanup
first chunk of bp_mod.h's cleanup Signed-off-by: Daniel Cotey <puff65537@bansheeslibrary.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
40fe4f8967
commit
490deb7927
|
@ -277,9 +277,9 @@ static inline unsigned int jiffies_to_msecs(const unsigned long j)
|
|||
(pid == SILICOM_XE10G2BPILR_SSID))
|
||||
|
||||
#define INTEL_IF_SERIES(pid) \
|
||||
((pid==INTEL_PEG4BPII_SSID)|| \
|
||||
(pid==INTEL_PEG4BPIIO_SSID)|| \
|
||||
(pid==INTEL_PEG4BPFII_SSID))
|
||||
((pid == INTEL_PEG4BPII_SSID) || \
|
||||
(pid == INTEL_PEG4BPIIO_SSID) || \
|
||||
(pid == INTEL_PEG4BPFII_SSID))
|
||||
|
||||
#define NOKIA_SERIES(pid) \
|
||||
((pid==NOKIA_PMCXG2BPIN_SSID)|| \
|
||||
|
|
Loading…
Reference in New Issue