commit | dd45c9cf687682c9ce256ab14bd8914db77410bb | [log] [tgz] |
---|---|---|
author | Harvey Harrison <harvey.harrison@gmail.com> | Mon Oct 27 15:47:12 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 27 17:06:15 2008 -0700 |
tree | 0769c1655b55f2528e9aaf8f96ba8d856f72f0ca | |
parent | 1080d709fb9d8cd4392f93476ee46a9d6ea05a5b [diff] |
printk: add %pM format specifier for MAC addresses 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>