Commit 98ab6ff9 authored by Kolbeinn Karlsson's avatar Kolbeinn Karlsson Committed by Greg Kroah-Hartman

Staging: rtl8192e: Fixed unnecessary line continuation.

Fixed a coding style issue.
Signed-off-by: default avatarKolbeinn Karlsson <kolbeinnkarls@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 37257276
......@@ -202,9 +202,7 @@ void free_rtllib(struct net_device *dev)
EXPORT_SYMBOL(free_rtllib);
u32 rtllib_debug_level;
static int debug = \
RTLLIB_DL_ERR
;
static int debug = RTLLIB_DL_ERR;
static struct proc_dir_entry *rtllib_proc;
static int show_debug_level(struct seq_file *m, void *v)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment