[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1424787966-27102-1-git-send-email-linux@rasmusvillemoes.dk>
Date: Tue, 24 Feb 2015 15:26:06 +0100
From: Rasmus Villemoes <linux@...musvillemoes.dk>
To: Jonathan Corbet <corbet@....net>
Cc: Rasmus Villemoes <linux@...musvillemoes.dk>,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] doc: printk-formats: Fix %pU description
The documentation and the code disagrees; fix the former.
Signed-off-by: Rasmus Villemoes <linux@...musvillemoes.dk>
---
Documentation/printk-formats.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/printk-formats.txt b/Documentation/printk-formats.txt
index 5a615c14f75d..79a14a93bdae 100644
--- a/Documentation/printk-formats.txt
+++ b/Documentation/printk-formats.txt
@@ -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:
--
2.1.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists