* [PATCH] fs/namei.c: fix new kernel-doc warning
@ 2013-10-19 21:56 Randy Dunlap
0 siblings, 0 replies; only message in thread
From: Randy Dunlap @ 2013-10-19 21:56 UTC (permalink / raw)
To: LKML; +Cc: Linus Torvalds, Al Viro
From: Randy Dunlap <rdunlap@infradead.org>
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 <rdunlap@infradead.org>
---
fs/namei.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--- lnx-312-rc6.orig/fs/namei.c
+++ lnx-312-rc6/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)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-10-19 21:56 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-19 21:56 [PATCH] fs/namei.c: fix new kernel-doc warning Randy Dunlap
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.