summaryrefslogtreecommitdiff
path: root/Documentation/core-api/printk-formats.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/core-api/printk-formats.rst')
-rw-r--r--Documentation/core-api/printk-formats.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/core-api/printk-formats.rst b/Documentation/core-api/printk-formats.rst
index 956c87b3ba8b..0eed8a2dcae9 100644
--- a/Documentation/core-api/printk-formats.rst
+++ b/Documentation/core-api/printk-formats.rst
@@ -15,8 +15,9 @@ Integer types
If variable is of Type, use printk format specifier:
------------------------------------------------------------
- char %d or %hhx
+ signed char %d or %hhx
unsigned char %u or %x
+ char %u or %x
short int %d or %hx
unsigned short int %u or %x
int %d or %x