one-less-parameter-to-__d_path-checkpatch-fixes
commit5087403994daedc7bfd338f65b7dc69216b03e2e
authorAndrew Morton <akpm@linux-foundation.org>
Mon, 5 Nov 2007 20:18:49 +0000 (5 20:18 +0000)
committerMatthias Urlichs <smurf@hera.kernel.org>
Wed, 14 Nov 2007 11:31:36 +0000 (14 11:31 +0000)
treee001ceea7d8fb75b93fbe17c646dba177748c2e7
parentb610833be56ae170d33d91ee4325b70d38d6f28b
one-less-parameter-to-__d_path-checkpatch-fixes

ERROR: "foo * bar" should be "foo *bar"
#28: FILE: fs/dcache.c:1782:
+static char * __d_path(struct dentry *dentry, struct vfsmount *vfsmnt,

total: 1 errors, 0 warnings, 36 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: Jan Blunck <jblunck@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/dcache.c