mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
The parameters of size_t type shall be formatted using "%zu" and not using "%d". Precision argument for the "%.*s" parameters shall be of int type. Signed-off-by: Vasili Galka <vvv444@gmail.com>