commit | f342cda7789381236a6c94926a9ca177a9098867 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Wed May 16 17:50:41 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu May 17 05:00:04 2012 -0400 |
tree | aa13a4555ba9be67cffedebfeec9834aff1ae142 | |
parent | dc6b9b78234fecdc6d2ca5e1629185718202bcf5 [diff] |
pktgen: Use pr_debug Convert printk(KERN_DEBUG to pr_debug which can enable dynamic debugging. Remove embedded prefixes from the conversions as pr_fmt adds them. Align arguments. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>