diff mbox

[PATCH/Resend] namei: Fix warning while make xmldocs caused by namei.c

Message ID 1436955077-19749-1-git-send-email-standby24x7@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

Masanari Iida July 15, 2015, 10:11 a.m. UTC
This patch fix 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>
---
 fs/namei.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Randy Dunlap July 15, 2015, 3:20 p.m. UTC | #1
On 07/15/15 03:11, Masanari Iida wrote:
> This patch fix 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>

I have this same patch ready to send...

Thanks.

> ---
>  fs/namei.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/namei.c b/fs/namei.c
> index ae4e4c1..038a5e2 100644
> --- a/fs/namei.c
> +++ b/fs/namei.c
> @@ -2410,7 +2410,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
>   *
>
diff mbox

Patch

diff --git a/fs/namei.c b/fs/namei.c
index ae4e4c1..038a5e2 100644
--- a/fs/namei.c
+++ b/fs/namei.c
@@ -2410,7 +2410,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
  *