]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: rtl8187se: Fix trailing whitespace in r8180_hw.h and r8180_wx.c
authorMasanari Iida <standby24x7@gmail.com>
Wed, 25 Dec 2013 16:15:54 +0000 (01:15 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Jan 2014 18:29:36 +0000 (10:29 -0800)
This patch fixed "ERROR: trailing whitespace
found by checkpatch.pl in r8180_hw.h and r8180_wx.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8187se/r8180_hw.h
drivers/staging/rtl8187se/r8180_wx.c

index 92c05af557cf4bbebd368804ae5d11dfce9d8d40..e59d74f8ecfc6ac1281f4505423fca0af5c11771 100644 (file)
 /* by amy for antenna                  */
 #define EEPROM_SW_REVD_OFFSET 0x3f
 
-/*  BIT[8-9] is for SW Antenna Diversity. 
+/*  BIT[8-9] is for SW Antenna Diversity.
  *  Only the value EEPROM_SW_AD_ENABLE means enable, other values are disable.
  */
 #define EEPROM_SW_AD_MASK                      0x0300
 #define EEPROM_SW_AD_ENABLE                    0x0100
 
 /* BIT[10-11] determine if Antenna 1 is the Default Antenna.
- * Only the value EEPROM_DEF_ANT_1 means TRUE, other values are FALSE. 
+ * Only the value EEPROM_DEF_ANT_1 means TRUE, other values are FALSE.
  */
 #define EEPROM_DEF_ANT_MASK                    0x0C00
 #define EEPROM_DEF_ANT_1                       0x0400
index bae68759bd6aff454a3b117babea275bac250b5b..023a81a0dbc6fc95959cea37f8a16ec041375bcf 100644 (file)
@@ -1038,7 +1038,7 @@ static int r8180_wx_set_channelplan(struct net_device *dev,
                /* Set new channel map */
                for (i = 1; i <= DefaultChannelPlan[*val].Len; i++)
                        GET_DOT11D_INFO(priv->ieee80211)->channel_map[DefaultChannelPlan[*val].Channel[i-1]] = 1;
-               
+
        }
        up(&priv->wx_sem);