[PATCH 02/11] Staging: silicom: checkpatch cleanup: header file tabs

Daniel Cotey puff65537 at bansheeslibrary.com
Thu Sep 13 03:39:25 UTC 2012


More define fixups

Signed-off-by: Daniel Cotey <puff65537 at bansheeslibrary.com>
---
 drivers/staging/silicom/bp_mod.h | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/drivers/staging/silicom/bp_mod.h b/drivers/staging/silicom/bp_mod.h
index 61a12c2..425085a 100644
--- a/drivers/staging/silicom/bp_mod.h
+++ b/drivers/staging/silicom/bp_mod.h
@@ -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
-- 
1.7.11.4




More information about the devel mailing list