diff options
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | 2015-02-24 09:26:06 -0500 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2015-03-20 09:41:55 -0400 |
commit | d181b71c3ef4f9b5edaf61125715d697540eca62 (patch) | |
tree | 083a66ded0d16641558af7056d15794bab9f07c0 /Documentation/printk-formats.txt | |
parent | 2f9d7389b5e243abd0c42995a703c4f7cf535af4 (diff) |
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>
Diffstat (limited to 'Documentation/printk-formats.txt')
-rw-r--r-- | Documentation/printk-formats.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/printk-formats.txt b/Documentation/printk-formats.txt index 255a061e4309..87f10424bb28 100644 --- a/Documentation/printk-formats.txt +++ b/Documentation/printk-formats.txt | |||
@@ -204,7 +204,7 @@ UUID/GUID addresses: | |||
204 | lower ('l') or upper case ('L') hex characters - and big endian order | 204 | lower ('l') or upper case ('L') hex characters - and big endian order |
205 | in lower ('b') or upper case ('B') hex characters. | 205 | in lower ('b') or upper case ('B') hex characters. |
206 | 206 | ||
207 | Where no additional specifiers are used the default little endian | 207 | Where no additional specifiers are used the default big endian |
208 | order with lower case hex characters will be printed. | 208 | order with lower case hex characters will be printed. |
209 | 209 | ||
210 | dentry names: | 210 | dentry names: |