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>