Skip to content
Commit 68886a99 authored by Siddharth Vadapalli's avatar Siddharth Vadapalli Committed by Heinrich Schuchardt
Browse files

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: f5e90350 ("doc: printf() codes")
Reported-by: default avatarTom Rini <trini@konsulko.com>
Signed-off-by: default avatarSiddharth Vadapalli <s-vadapalli@ti.com>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
Reviewed-by: default avatarHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Signed-off-by: default avatarHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
parent aab60a51
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment