| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-08-19 | doc: printf() codes: Fix format specifier for unsigned int | Siddharth Vadapalli | |
| 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 <[email protected]> Signed-off-by: Siddharth Vadapalli <[email protected]> Reviewed-by: Tom Rini <[email protected]> Reviewed-by: Heinrich Schuchardt <[email protected]> Signed-off-by: Heinrich Schuchardt <[email protected]> | |||
| 2022-01-19 | doc: printf() codes | Heinrich Schuchardt | |
| Document the format specifier codes used by U-Boot's printf() implementation. Signed-off-by: Heinrich Schuchardt <[email protected]> | |||
