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:	Thu, 4 Aug 2011 15:42:12 +0200 (CEST)
From:	Jiri Kosina <jkosina@...e.cz>
To:	Paul Bolle <pebolle@...cali.nl>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] [TRIVIAL] Fix kernel-doc comment typo '@id'

On Wed, 3 Aug 2011, Paul Bolle wrote:

> Signed-off-by: Paul Bolle <pebolle@...cali.nl>
> ---
> Tested with scripts/kernel-doc only.
> 
>  lib/idr.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/lib/idr.c b/lib/idr.c
> index e15502e..e0abbc1 100644
> --- a/lib/idr.c
> +++ b/lib/idr.c
> @@ -858,7 +858,7 @@ EXPORT_SYMBOL(ida_get_new_above);
>   * and go back to the idr_pre_get() call.  If the idr is full, it will
>   * return %-ENOSPC.
>   *
> - * @id returns a value in the range %0 ... %0x7fffffff.
> + * @p_id returns a value in the range %0 ... %0x7fffffff.
>   */
>  int ida_get_new(struct ida *ida, int *p_id)
>  {

Applied.

-- 
Jiri Kosina
SUSE Labs
--
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