Skip to content

Commit

Permalink
namei: fix warning while make xmldocs caused by namei.c
Browse files Browse the repository at this point in the history
Fix the following warnings:

Warning(.//fs/namei.c:2422): No description found for parameter 'nd'
Warning(.//fs/namei.c:2422): Excess function parameter 'nameidata'
description in 'path_mountpoint'

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Masanari Iida authored and Linus Torvalds committed Sep 10, 2015
1 parent d0edd85 commit 2a78b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -2438,7 +2438,7 @@ mountpoint_last(struct nameidata *nd, struct path *path)

/**
* path_mountpoint - look up a path to be umounted
* @nameidata: lookup context
* @nd: lookup context
* @flags: lookup flags
* @path: pointer to container for result
*
Expand Down

0 comments on commit 2a78b85

Please sign in to comment.