summaryrefslogtreecommitdiffstats
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-08-28 17:19:00 +1000
commitb35f5e1a1a4aefade6312f6e699cc88c64a8f031 (patch)
tree4334e8efa1189ff42e060ac5bc33cd59f7b34bfb
parentc4ee0c165f298a1a891ccc0dc835ff2758b6e8a9 (diff)
downloadlinux-b35f5e1a1a4aefade6312f6e699cc88c64a8f031.tar.gz
linux-b35f5e1a1a4aefade6312f6e699cc88c64a8f031.tar.xz
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 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
*