Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 360603a1 authored by Steven Rostedt's avatar Steven Rostedt Committed by Jiri Kosina
Browse files

sprintf: hex_string(): fix comment



hex_string() had a typo in a comment.

Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent a7d4e022
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;