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
fifth 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 0fe8f5d commit 2ea2ea4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions drivers/staging/silicom/bp_mod.h
Original file line number Diff line number Diff line change
Expand Up @@ -328,16 +328,16 @@ static inline unsigned int jiffies_to_msecs(const unsigned long j)
(pid == SILICOM_XE10G2BPILR_SSID))

#define BP10GB_IF_SERIES(pid) \
((pid==SILICOM_PE10G2BPTCX4_SSID)|| \
(pid==SILICOM_PE10G2BPTSR_SSID)|| \
(pid==SILICOM_PE10G2BPTLR_SSID)|| \
(pid==SILICOM_PE10G2BPTT_SSID))
((pid == SILICOM_PE10G2BPTCX4_SSID) || \
(pid == SILICOM_PE10G2BPTSR_SSID) || \
(pid == SILICOM_PE10G2BPTLR_SSID) || \
(pid == SILICOM_PE10G2BPTT_SSID))

#define BP10G_CX4_SERIES(pid) \
(pid==SILICOM_PE10G2BPICX4_SSID)
(pid == SILICOM_PE10G2BPICX4_SSID)

#define BP10GB_CX4_SERIES(pid) \
(pid==SILICOM_PE10G2BPTCX4_SSID)
(pid == SILICOM_PE10G2BPTCX4_SSID)

#define SILICOM_M2EG2BPFI6_SSID 0x0501
#define SILICOM_M2EG2BPFI6LX_SSID 0x0502
Expand Down

0 comments on commit 2ea2ea4

Please sign in to comment.