linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH/Resend] namei: Fix warning while make xmldocs caused by namei.c
@ 2015-07-15 10:11 Masanari Iida
  2015-07-15 15:20 ` Randy Dunlap
  0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2015-07-15 10:11 UTC (permalink / raw)
  To: viro, linux-kernel, akpm, linux-fsdevel; +Cc: Masanari Iida

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(-)

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
  *
-- 
2.5.0.rc2.13.g961abca


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH/Resend] namei: Fix warning while make xmldocs caused by namei.c
  2015-07-15 10:11 [PATCH/Resend] namei: Fix warning while make xmldocs caused by namei.c Masanari Iida
@ 2015-07-15 15:20 ` Randy Dunlap
  0 siblings, 0 replies; 2+ messages in thread
From: Randy Dunlap @ 2015-07-15 15:20 UTC (permalink / raw)
  To: Masanari Iida, viro, linux-kernel, akpm, linux-fsdevel

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
>   *
> 


-- 
~Randy

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-15 15:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-15 10:11 [PATCH/Resend] namei: Fix warning while make xmldocs caused by namei.c Masanari Iida
2015-07-15 15:20 ` Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).