Commit 7cdaac38 authored by Daniel Cotey's avatar Daniel Cotey Committed by Greg Kroah-Hartman

Staging: silicom: bp_mod.h: checkpatch tab and space cleanup

second chunk of bp_mod.h's cleanup
Signed-off-by: default avatarDaniel Cotey <puff65537@bansheeslibrary.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 490deb79
......@@ -282,14 +282,14 @@ static inline unsigned int jiffies_to_msecs(const unsigned long j)
(pid == INTEL_PEG4BPFII_SSID))
#define NOKIA_SERIES(pid) \
((pid==NOKIA_PMCXG2BPIN_SSID)|| \
(pid==NOKIA_PMCXG4BPIN_SSID)|| \
(pid==SILICOM_PMCX4BPI_SSID)|| \
(pid==NOKIA_PMCXG2BPFIN_SSID)|| \
(pid==SILICOM_PMCXG2BPFI_SSID)|| \
(pid==NOKIA_PMCXG2BPIN2_SSID)|| \
(pid==NOKIA_PMCXG4BPIN2_SSID)|| \
(pid==SILICOM_PMCX2BPI_SSID))
((pid == NOKIA_PMCXG2BPIN_SSID) || \
(pid == NOKIA_PMCXG4BPIN_SSID) || \
(pid == SILICOM_PMCX4BPI_SSID) || \
(pid == NOKIA_PMCXG2BPFIN_SSID) || \
(pid == SILICOM_PMCXG2BPFI_SSID) || \
(pid == NOKIA_PMCXG2BPIN2_SSID) || \
(pid == NOKIA_PMCXG4BPIN2_SSID) || \
(pid == SILICOM_PMCX2BPI_SSID))
#define DISCF_IF_SERIES(pid) \
(pid==SILICOM_PEG2TBFI_SSID)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment