mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 13:11:40 +00:00
doc: printk-formats: Fix %pU description
The documentation and the code disagrees; fix the former. Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
parent
2f9d7389b5
commit
d181b71c3e
@ -204,7 +204,7 @@ UUID/GUID addresses:
|
||||
lower ('l') or upper case ('L') hex characters - and big endian order
|
||||
in lower ('b') or upper case ('B') hex characters.
|
||||
|
||||
Where no additional specifiers are used the default little endian
|
||||
Where no additional specifiers are used the default big endian
|
||||
order with lower case hex characters will be printed.
|
||||
|
||||
dentry names:
|
||||
|
Loading…
Reference in New Issue
Block a user