Address checkpatch.pl complaints regarding trailing whitespace

Signed-off-by: Jonathan Jin <[email protected]>
---
 drivers/atm/he.h | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/drivers/atm/he.h b/drivers/atm/he.h
index 110a27d..160a315 100644
--- a/drivers/atm/he.h
+++ b/drivers/atm/he.h
@@ -191,9 +191,9 @@ struct he_tpdrq {
 
 struct he_hsp {
        struct he_hsp_entry {
-               volatile u32 tbrq_tail; 
+               volatile u32 tbrq_tail;
                volatile u32 reserved1[15];
-               volatile u32 rbrq_tail; 
+               volatile u32 rbrq_tail;
                volatile u32 reserved2[15];
        } group[HE_NUM_GROUPS];
 };
@@ -457,7 +457,7 @@ struct he_vcc
 #define G0_RBPS_BS     0x8040c
 #define G0_RBPL_S      0x80410
 #define G0_RBPL_T      0x80414
-#define G0_RBPL_QI     0x80418 
+#define G0_RBPL_QI     0x80418
 #define G0_RBPL_BS     0x8041c
 
 #define        G1_RBPS_S       0x80420
@@ -616,11 +616,11 @@ struct he_vcc
 #define  TM_RW_WAIT(x)         (x<<2)
 #define  TM_SRAM_TYPE(x)       (x)
 
-#define TSRB_BA                0x80744 
-#define TSRC_BA                0x80748 
-#define TMABR_BA       0x8074c 
-#define TPD_BA         0x80750 
-#define TSRD_BA                0x80758 
+#define TSRB_BA                0x80744
+#define TSRC_BA                0x80748
+#define TMABR_BA       0x8074c
+#define TPD_BA         0x80750
+#define TSRD_BA                0x80758
 
 #define TX_CONFIG      0x80760
 #define  DRF_THRESH(x)         (x<<22)
-- 
2.1.3


_______________________________________________
Kernelnewbies mailing list
[email protected]
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Reply via email to