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

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
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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)