[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1432640453-14339-1-git-send-email-standby24x7@gmail.com>
Date: Tue, 26 May 2015 20:40:53 +0900
From: Masanari Iida <standby24x7@...il.com>
To: viro@...iv.linux.org.uk, linux-kernel@...r.kernel.org,
corbet@....net, linux-doc@...r.kernel.org
Cc: Masanari Iida <standby24x7@...il.com>
Subject: [PATCH] namei: Fix warning while make xmldocs caused by namei.c
This patch fix following warnings.
Warning(.//fs/namei.c:2496): No description found for parameter 'nd'
Warning(.//fs/namei.c:2496): Excess function parameter 'nameidata'
description in 'path_mountpoint'
Signed-off-by: Masanari Iida <standby24x7@...il.com>
---
fs/namei.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/namei.c b/fs/namei.c
index 1e3e139..955cf7b 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
*
--
2.4.1.314.g9532ead
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists