proc-fix-proc_kill_inodes-to-kill-dentries-on-all-proc-superblocks-checkpatch-fixes
commit9e032f288ab493d6a24c0a535fab95db22064599
authorAndrew Morton <akpm@linux-foundation.org>
Mon, 5 Nov 2007 21:59:11 +0000 (5 21:59 +0000)
committerMatthias Urlichs <smurf@hera.kernel.org>
Wed, 14 Nov 2007 11:11:25 +0000 (14 11:11 +0000)
tree0115233168913a9f6cbd3e2c5e2df5d3a95e458d
parentc65d0318e5929bc2aba999021a1eadf1e9e8d25e
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>
fs/proc/generic.c