mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
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:
parent
37257276a4
commit
98ab6ff914
1 changed files with 1 additions and 3 deletions
|
@ -202,9 +202,7 @@ void free_rtllib(struct net_device *dev)
|
||||||
EXPORT_SYMBOL(free_rtllib);
|
EXPORT_SYMBOL(free_rtllib);
|
||||||
|
|
||||||
u32 rtllib_debug_level;
|
u32 rtllib_debug_level;
|
||||||
static int debug = \
|
static int debug = RTLLIB_DL_ERR;
|
||||||
RTLLIB_DL_ERR
|
|
||||||
;
|
|
||||||
static struct proc_dir_entry *rtllib_proc;
|
static struct proc_dir_entry *rtllib_proc;
|
||||||
|
|
||||||
static int show_debug_level(struct seq_file *m, void *v)
|
static int show_debug_level(struct seq_file *m, void *v)
|
||||||
|
|
Loading…
Add table
Reference in a new issue