mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 20:22:09 +00:00
29328fb06c
Currently the %d format specifier is being used for unsigned int values. Fix this by using the correct %u format specifier. Cleans up cppcheck warnings: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint] Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Helge Deller <deller@gmx.de> |
||
---|---|---|
.. | ||
.gitignore | ||
clut_vga16.ppm | ||
Kconfig | ||
logo_dec_clut224.ppm | ||
logo_linux_clut224.ppm | ||
logo_linux_mono.pbm | ||
logo_linux_vga16.ppm | ||
logo_mac_clut224.ppm | ||
logo_parisc_clut224.ppm | ||
logo_sgi_clut224.ppm | ||
logo_spe_clut224.ppm | ||
logo_sun_clut224.ppm | ||
logo_superh_clut224.ppm | ||
logo_superh_mono.pbm | ||
logo_superh_vga16.ppm | ||
logo.c | ||
Makefile | ||
pnmtologo.c |