proc-fix-proc_kill_inodes-to-kill-dentries-on-all-proc-superblocks-checkpatch-fixes
WARNING: line over 80 characters
#51: FILE: fs/proc/generic.c:573:
+ struct file * filp = list_entry(p, struct file, f_u.fu_list);
ERROR: "foo * bar" should be "foo *bar"
#51: FILE: fs/proc/generic.c:573:
+ struct file * filp = list_entry(p, struct file, f_u.fu_list);
ERROR: "foo * bar" should be "foo *bar"
#52: FILE: fs/proc/generic.c:574:
+ struct dentry * dentry = filp->f_path.dentry;
ERROR: "foo * bar" should be "foo *bar"
#53: FILE: fs/proc/generic.c:575:
+ struct inode * inode;
total: 3 errors, 1 warnings, 62 lines checked
Your patch has style problems, please review. If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.
Please run checkpatch prior to sending patches
Cc: Alexey Dobriyan <adobriyan@sw.ru>
Cc: Eric W. Biederman <ebiederm@xmission.com>
Cc: Pavel Emelyanov <xemul@openvz.org>
Cc: Sukadev Bhattiprolu <sukadev@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>