]> www.infradead.org Git - users/willy/xarray.git/commitdiff
staging:rtl8192u: Remove unnecessary line continuation - Style
authorJohn Whitmore <johnfwhitmore@gmail.com>
Sun, 7 Oct 2018 21:40:23 +0000 (22:40 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 9 Oct 2018 13:26:04 +0000 (15:26 +0200)
Remove the unnecessary line continuation character to clear checkpatch
issue.

This is a simple coding style change which should not impact runtime
code execution.

Signed-off-by: John Whitmore <johnfwhitmore@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/ieee80211/ieee80211_module.c

index a9c1d8e08404013af819ec7788d9188e25f0ab00..3a7be64165db4ba3d68ce7eeabf326cb72bfa54e 100644 (file)
@@ -220,8 +220,7 @@ void free_ieee80211(struct net_device *dev)
 #ifdef CONFIG_IEEE80211_DEBUG
 
 u32 ieee80211_debug_level;
-static int debug = \
-       //                  IEEE80211_DL_INFO   |
+static int debug = //      IEEE80211_DL_INFO   |
        //                  IEEE80211_DL_WX     |
        //                  IEEE80211_DL_SCAN   |
        //                  IEEE80211_DL_STATE  |