Staging: rtl8192e: Fixed unnecessary line continuation.

Fixed a coding style issue.

Signed-off-by: Kolbeinn Karlsson <kolbeinnkarls@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Kolbeinn Karlsson 2015-01-31 13:14:33 -05:00 committed by Greg Kroah-Hartman
parent 37257276a4
commit 98ab6ff914
1 changed files with 1 additions and 3 deletions

View File

@ -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)