Re: [PATCH] block/vvfat: Fix bad printf format specifiers

2020-11-03 Thread AlexChen
On 2020/11/3 17:30, Kevin Wolf wrote: > Am 02.11.2020 um 12:52 hat AlexChen geschrieben: >> We should use printf format specifier "%u" instead of "%d" for >> argument of type "unsigned int". >> In addition, fix two error format problems found by checkpatch.pl: >> ERROR: space required after that ',

Re: [PATCH] block/vvfat: Fix bad printf format specifiers

2020-11-03 Thread Kevin Wolf
Am 02.11.2020 um 12:52 hat AlexChen geschrieben: > We should use printf format specifier "%u" instead of "%d" for > argument of type "unsigned int". > In addition, fix two error format problems found by checkpatch.pl: > ERROR: space required after that ',' (ctx:VxV) > +fprintf(stderr,"%s at

[PATCH] block/vvfat: Fix bad printf format specifiers

2020-11-02 Thread AlexChen
We should use printf format specifier "%u" instead of "%d" for argument of type "unsigned int". In addition, fix two error format problems found by checkpatch.pl: ERROR: space required after that ',' (ctx:VxV) +fprintf(stderr,"%s attributes=0x%02x begin=%u size=%d\n",