[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1369770459.15552.20.camel@gandalf.local.home>
Date: Tue, 28 May 2013 15:47:39 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: Andrew Morton <akpm@...ux-foundation.org>,
Jiri Kosina <trivial@...nel.org>
Cc: LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH] trivial/sprintf: Fix typo of witdh to width
hex_string() had a typo in a comment.
Signed-off-by: Steven Rostedt <rostedt@...dmis.org>
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/
Powered by blists - more mailing lists