Skip to content

Commit

Permalink
Staging: silicom: bp_mod.h: checkpatch tab and space cleanup
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Daniel Cotey authored and Greg Kroah-Hartman committed Sep 17, 2012
1 parent 40fe4f8 commit 490deb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/staging/silicom/bp_mod.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)|| \
Expand Down

0 comments on commit 490deb7

Please sign in to comment.