From: John Whitmore Date: Sun, 7 Oct 2018 21:40:23 +0000 (+0100) Subject: staging:rtl8192u: Remove unnecessary line continuation - Style X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5f70a818ed2f46afbed1c3a8a99ae8c0554189fe;p=linux.git staging:rtl8192u: Remove unnecessary line continuation - Style 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_module.c b/drivers/staging/rtl8192u/ieee80211/ieee80211_module.c index a9c1d8e084040..3a7be64165db4 100644 --- a/drivers/staging/rtl8192u/ieee80211/ieee80211_module.c +++ b/drivers/staging/rtl8192u/ieee80211/ieee80211_module.c @@ -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 |