doc: printk-formats: Fix %pU description
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Tue, 24 Feb 2015 14:26:06 +0000 (15:26 +0100)
committerJonathan Corbet <corbet@lwn.net>
Fri, 20 Mar 2015 13:41:55 +0000 (07:41 -0600)
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>
Documentation/printk-formats.txt

index 255a061e43090f013c2fa74fa4189f84e0490c91..87f10424bb284c9aab65614e1974eb5a48a1570a 100644 (file)
@@ -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:
This page took 0.024725 seconds and 5 git commands to generate.