git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1080d70
)
printk: add %pM format specifier for MAC addresses
author
Harvey Harrison
<harvey.harrison@gmail.com>
Mon, 27 Oct 2008 22:47:12 +0000
(15:47 -0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 28 Oct 2008 00:06:15 +0000
(17:06 -0700)
Add format specifiers for printing out six colon-separated bytes:
MAC addresses (%pM):
xx:xx:xx:xx:xx:xx
%#pM is also supported and omits the colon separators.
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found