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
eighth 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 22f3504 commit 9088c8a
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions drivers/staging/silicom/bp_mod.h
Original file line number Diff line number Diff line change
Expand Up @@ -402,21 +402,21 @@ static inline unsigned int jiffies_to_msecs(const unsigned long j)
(pid == SILICOM_PEG4BPFI6FCZX_SSID))

#define PEG5_IF_SERIES(pid) \
((pid==SILICOM_PEG4BPI6_SSID)|| \
(pid==SILICOM_PEG2BPI6_SSID)|| \
(pid==SILICOM_PEG4BPI6FC_SSID)|| \
(pid==SILICOM_PEG6BPI6_SSID)|| \
(pid==SILICOM_PEG2BPI6SC6_SSID)|| \
(pid==SILICOM_MEG2BPI6_SSID)|| \
(pid==SILICOM_XEG2BPI6_SSID)|| \
(pid==SILICOM_MEG4BPI6_SSID)|| \
(pid==SILICOM_M1EG2BPI6_SSID)|| \
(pid==SILICOM_M1EG4BPI6_SSID)|| \
(pid==SILICOM_M1EG6BPI6_SSID)|| \
(pid==SILICOM_PEG6BPI_SSID)|| \
(pid==SILICOM_PEG4BPIL_SSID)|| \
(pid==SILICOM_PEG2BISC6_SSID)|| \
(pid==SILICOM_PEG2BPI5_SSID))
((pid == SILICOM_PEG4BPI6_SSID) || \
(pid == SILICOM_PEG2BPI6_SSID) || \
(pid == SILICOM_PEG4BPI6FC_SSID) || \
(pid == SILICOM_PEG6BPI6_SSID) || \
(pid == SILICOM_PEG2BPI6SC6_SSID) || \
(pid == SILICOM_MEG2BPI6_SSID) || \
(pid == SILICOM_XEG2BPI6_SSID) || \
(pid == SILICOM_MEG4BPI6_SSID) || \
(pid == SILICOM_M1EG2BPI6_SSID) || \
(pid == SILICOM_M1EG4BPI6_SSID) || \
(pid == SILICOM_M1EG6BPI6_SSID) || \
(pid == SILICOM_PEG6BPI_SSID) || \
(pid == SILICOM_PEG4BPIL_SSID) || \
(pid == SILICOM_PEG2BISC6_SSID) || \
(pid == SILICOM_PEG2BPI5_SSID))

#define PEG80_IF_SERIES(pid) \
((pid==SILICOM_M1E2G4BPi80_SSID)|| \
Expand Down

0 comments on commit 9088c8a

Please sign in to comment.