aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/printk-formats.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/printk-formats.txt')
-rw-r--r--Documentation/printk-formats.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/printk-formats.txt b/Documentation/printk-formats.txt
index 5df176ed59b8..d8d168fa79d6 100644
--- a/Documentation/printk-formats.txt
+++ b/Documentation/printk-formats.txt
@@ -56,6 +56,7 @@ Struct Resources:
56MAC/FDDI addresses: 56MAC/FDDI addresses:
57 57
58 %pM 00:01:02:03:04:05 58 %pM 00:01:02:03:04:05
59 %pMR 05:04:03:02:01:00
59 %pMF 00-01-02-03-04-05 60 %pMF 00-01-02-03-04-05
60 %pm 000102030405 61 %pm 000102030405
61 62
@@ -67,6 +68,10 @@ MAC/FDDI addresses:
67 the 'M' specifier to use dash ('-') separators instead of the default 68 the 'M' specifier to use dash ('-') separators instead of the default
68 separator. 69 separator.
69 70
71 For Bluetooth addresses the 'R' specifier shall be used after the 'M'
72 specifier to use reversed byte order suitable for visual interpretation
73 of Bluetooth addresses which are in the little endian order.
74
70IPv4 addresses: 75IPv4 addresses:
71 76
72 %pI4 1.2.3.4 77 %pI4 1.2.3.4