d_path-make-get_dcookie-use-a-struct-path-argument-checkpatch-fixes
commit62e954810588af549580026c3d8718e7717837d0
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:38 +0000 (14 11:31 +0000)
tree30c5539aecab8af7c0b39d57cf66f3579e29d2c3
parent06719d94df24e67ccecf38cf4c6879188dd3f18a
d_path-make-get_dcookie-use-a-struct-path-argument-checkpatch-fixes

ERROR: "foo * bar" should be "foo *bar"
#152: FILE: fs/dcookies.c:92:
+static struct dcookie_struct * alloc_dcookie(struct path *path)

ERROR: "foo * bar" should be "foo *bar"
#176: FILE: fs/dcookies.c:109:
+int get_dcookie(struct path *path, unsigned long * cookie)

total: 2 errors, 0 warnings, 205 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/dcookies.c