Loading lib/vsprintf.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
lib/vsprintf.c +1 −1 Original line number Diff line number Diff line Loading @@ -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