Staging: rtl8192u: Remove trailing whitespace.
authorKsenija Stanojevic <ksenija.stanojevic@gmail.com>
Sun, 22 Feb 2015 16:22:51 +0000 (17:22 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Feb 2015 21:36:07 +0000 (13:36 -0800)
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>
drivers/staging/rtl8192u/ieee80211/ieee80211_module.c

index d8900dd9236cbd4852873c9ca79dc1c8d1fb9dd5..a35ba01247ef5405fd96c45543510ef625ddabbb 100644 (file)
@@ -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);
This page took 0.026081 seconds and 5 git commands to generate.