aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2015-07-20 09:01:55 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2015-07-22 14:50:53 +1000
commit98b29735c484e8d01ce80ea3bee1a4e83b3be98a (patch)
tree91b8279b7adae366d7882cc17ddbfc11a949168f
parent3189dbbd8e1234850d135a9e3983a7473d5ed8b5 (diff)
namei: fix warning while make xmldocs caused by namei.c
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>
-rw-r--r--fs/namei.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/namei.c b/fs/namei.c
index 1627d0302a59..101077fca8d0 100644
--- a/fs/namei.c
+++ b/fs/namei.c
@@ -2484,7 +2484,7 @@ done:
/**
* path_mountpoint - look up a path to be umounted
- * @nameidata: lookup context
+ * @nd: lookup context
* @flags: lookup flags
* @path: pointer to container for result
*