From: Randy Dunlap Date: Sat, 19 Oct 2013 21:56:55 +0000 (-0700) Subject: fs/namei.c: fix new kernel-doc warning X-Git-Tag: v3.12-rc7~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=606d6fe3ffdb5190d4c8e4d6cd23aa6c1f9cb6ad;p=kernel%2Fkernel-generic.git fs/namei.c: fix new kernel-doc warning Add @path parameter to fix kernel-doc warning. Also fix a spello/typo. Warning(fs/namei.c:2304): No description found for parameter 'path' Signed-off-by: Randy Dunlap Signed-off-by: Linus Torvalds --- diff --git a/fs/namei.c b/fs/namei.c index 645268f..caa2805 100644 --- a/fs/namei.c +++ b/fs/namei.c @@ -2294,10 +2294,11 @@ out: * path_mountpoint - look up a path to be umounted * @dfd: directory file descriptor to start walk from * @name: full pathname to walk + * @path: pointer to container for result * @flags: lookup flags * * Look up the given name, but don't attempt to revalidate the last component. - * Returns 0 and "path" will be valid on success; Retuns error otherwise. + * Returns 0 and "path" will be valid on success; Returns error otherwise. */ static int path_mountpoint(int dfd, const char *name, struct path *path, unsigned int flags)