printk: add %pM format specifier for MAC addresses
authorHarvey Harrison <harvey.harrison@gmail.com>
Mon, 27 Oct 2008 22:47:12 +0000 (15:47 -0700)
committerDavid 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