Home
last modified time | relevance | path

Searched hist:"5 d69a5d178a1fc3874b8d18e5be3e520f6acaca5" (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/common/
H A Dbouncebuf.c5d69a5d178a1fc3874b8d18e5be3e520f6acaca5 Tue Aug 26 10:45:48 UTC 2014 Vasili Galka <vvv444@gmail.com> Fix a few printf argument verification warnings

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>
/rk3399_rockchip-uboot/common/spl/
H A Dspl.c5d69a5d178a1fc3874b8d18e5be3e520f6acaca5 Tue Aug 26 10:45:48 UTC 2014 Vasili Galka <vvv444@gmail.com> Fix a few printf argument verification warnings

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>