]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
fs-proc-clean-up-printks-fix-fix
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 20 Feb 2013 02:15:57 +0000 (13:15 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 20 Feb 2013 05:53:34 +0000 (16:53 +1100)
Cc: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/proc/generic.c
fs/proc/proc_sysctl.c

index d00072351cd51cf097fb74661ba9817f06be747f..91a397d8ce382c91227a93b53c81910278fe9ef2 100644 (file)
@@ -829,8 +829,8 @@ void remove_proc_entry(const char *name, struct proc_dir_entry *parent)
                parent->nlink--;
        de->nlink = 0;
        WARN(de->subdir, "%s: removing non-empty directory "
-                       "'%s/%s', leaking at least '%s'\n", __func__,
-                       de->parent->name, de->name, de->subdir->name);
+                        "'%s/%s', leaking at least '%s'\n", __func__,
+                        de->parent->name, de->name, de->subdir->name);
        pde_put(de);
 }
 EXPORT_SYMBOL(remove_proc_entry);
index 6384b04175afa8d44079d306fb38bf83ae4c9680..e7853a5c6c636559565c3e1adf9b240a2656aa14 100644 (file)
@@ -997,7 +997,7 @@ static int sysctl_err(const char *path, struct ctl_table *table, char *fmt, ...)
        vaf.va = &args;
 
        pr_err("sysctl table check failed: %s/%s %pV\n",
-                       path, table->procname, &vaf);
+              path, table->procname, &vaf);
 
        va_end(args);
        return -EINVAL;