summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKsenija Stanojevic <ksenija.stanojevic@gmail.com>2015-02-22 16:22:51 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-02-26 21:36:07 (GMT)
commit97567a9064086043f5a6860ab8a5f6df80911fa1 (patch)
tree104a36ef523700074019726a4cf73380e7b877d8
parent6205895296ff6fc0f593cce937a45ff461b016ef (diff)
downloadlinux-97567a9064086043f5a6860ab8a5f6df80911fa1.tar.xz
Staging: rtl8192u: Remove trailing whitespace.
This patch removes whitespace at the end of the line. Issue found by checkpatch.pl. Signed-off-by: Ksenija Stanojevic <ksenija.stanojevic@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/rtl8192u/ieee80211/ieee80211_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192u/ieee80211/ieee80211_module.c b/drivers/staging/rtl8192u/ieee80211/ieee80211_module.c
index d8900dd..a35ba01 100644
--- a/drivers/staging/rtl8192u/ieee80211/ieee80211_module.c
+++ b/drivers/staging/rtl8192u/ieee80211/ieee80211_module.c
@@ -284,7 +284,7 @@ int __init ieee80211_debug_init(void)
" proc directory\n");
return -EIO;
}
- e = proc_create("debug_level", S_IRUGO | S_IWUSR,
+ e = proc_create("debug_level", S_IRUGO | S_IWUSR,
ieee80211_proc, &fops);
if (!e) {
remove_proc_entry(DRV_NAME, init_net.proc_net);