linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Randy Dunlap <rdunlap@infradead.org>
To: Masanari Iida <standby24x7@gmail.com>,
	viro@zeniv.linux.org.uk, linux-kernel@vger.kernel.org,
	akpm@linux-foundation.org, linux-fsdevel@vger.kernel.org
Subject: Re: [PATCH/Resend] namei: Fix warning while make xmldocs caused by namei.c
Date: Wed, 15 Jul 2015 08:20:41 -0700	[thread overview]
Message-ID: <55A67A49.3020400@infradead.org> (raw)
In-Reply-To: <1436955077-19749-1-git-send-email-standby24x7@gmail.com>

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

      reply	other threads:[~2015-07-15 15:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55A67A49.3020400@infradead.org \
    --to=rdunlap@infradead.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=standby24x7@gmail.com \
    --cc=viro@zeniv.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).