X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2Fvsprintf.c;h=7d8467645d2e49d24f6264a0a1ac62822469b31d;hb=df642cea25c90dc7d5dcd9d3b480b6b59de7d787;hp=e149c6416384a2a335783f0db538e030e90e6e69;hpb=27eb2c4b3d3e13f376a359e293c212a2e9407af5;p=firefly-linux-kernel-4.4.55.git diff --git a/lib/vsprintf.c b/lib/vsprintf.c index e149c6416384..7d8467645d2e 100644 --- a/lib/vsprintf.c +++ b/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;