aboutsummaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2015-08-25 14:31:58 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2015-09-09 12:11:53 +1000
commit6b53cc86f59ef658d414d23e84626e74ec582622 (patch)
tree28f113e1df6e5820b782f074b41c422e1028fbb3 /fs
parent1177d1052c6519cf669b5a2789b987820391eddf (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>
Diffstat (limited to 'fs')
-rw-r--r--fs/namei.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/namei.c b/fs/namei.c
index 034fc7d9d04c..d68c21fe4598 100644
--- a/fs/namei.c
+++ b/fs/namei.c
@@ -2512,7 +2512,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
*