lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 15 Jul 2015 08:20:41 -0700
From:	Randy Dunlap <rdunlap@...radead.org>
To:	Masanari Iida <standby24x7@...il.com>, viro@...iv.linux.org.uk,
	linux-kernel@...r.kernel.org, akpm@...ux-foundation.org,
	linux-fsdevel@...r.kernel.org
Subject: Re: [PATCH/Resend] namei: Fix warning while make xmldocs caused by
 namei.c

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@...il.com>

Acked-by: Randy Dunlap <rdunlap@...radead.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
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ