Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 606d6fe3 authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds
Browse files

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: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 93cd0004
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2294,10 +2294,11 @@ mountpoint_last(struct nameidata *nd, struct path *path)
 * 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)