mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-18 15:44:02 +08:00
sprintf: hex_string(): fix comment
hex_string() had a typo in a comment. Signed-off-by: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
a7d4e022ca
commit
360603a1be
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user