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)
commit68886a9941557f580fb650f39a76e7416b126534
treeaf4c066e8a30f544eb045163d27fe1b79ccec613
parentaab60a51284bce8f21e472d3e8943f76586edf42
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: f5e9035043fb ("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