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, 29 May 2013 21:01:04 +0300
From:	Andy Shevchenko <andy.shevchenko@...il.com>
To:	Steven Rostedt <rostedt@...dmis.org>
Cc:	Andrew Morton <akpm@...ux-foundation.org>,
	Jiri Kosina <trivial@...nel.org>,
	LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] trivial/sprintf: Fix typo of witdh to width

On Tue, May 28, 2013 at 10:47 PM, Steven Rostedt <rostedt@...dmis.org> wrote:
> hex_string() had a typo in a comment.
>
> Signed-off-by: Steven Rostedt <rostedt@...dmis.org>

Acked-by: Andy Shevchenko <andy.shevchenko@...il.com>

>
> Index: linux-trace.git/lib/vsprintf.c
> ===================================================================
> --- linux-trace.git.orig/lib/vsprintf.c
> +++ linux-trace.git/lib/vsprintf.c
> @@ -670,7 +670,7 @@ static noinline_for_stack
>  char *hex_string(char *buf, char *end, u8 *addr, struct printf_spec spec,
>                  const char *fmt)
>  {
> -       int i, len = 1;         /* if we pass '%ph[CDN]', field witdh remains
> +       int i, len = 1;         /* if we pass '%ph[CDN]', field width remains
>                                    negative value, fallback to the default */
>         char separator;
>
>
>
> --
> 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/



--
With Best Regards,
Andy Shevchenko
--
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