mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-20 11:13:58 +08:00
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 <johnfwhitmore@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
28181d53db
commit
5f70a818ed
@ -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 |
|
||||
|
Loading…
Reference in New Issue
Block a user