]> git.baikalelectronics.ru Git - uboot.git/commit
doc: printf() codes: Fix format specifier for unsigned int
authorSiddharth Vadapalli <s-vadapalli@ti.com>
Mon, 14 Aug 2023 04:53:48 +0000 (10:23 +0530)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 19 Aug 2023 02:12:52 +0000 (04:12 +0200)
commit5c463ab32b3f22b2bfc6fd7e18bad1e6ff86eabd
treeaf4c066e8a30f544eb045163d27fe1b79ccec613
parent315ffae13f962d1ab7839c4a41b0068b90eb317d
doc: printf() codes: Fix format specifier for unsigned int

The format specifier for the "unsigned int" variable is documented as
"%d". However, it should be "%u". Thus, fix it.

Fixes: 07ca91e8c62f ("doc: printf() codes")
Reported-by: Tom Rini <trini@konsulko.com>
Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
doc/develop/printf.rst