pktgen: Use pr_debug
authorJoe Perches <joe@perches.com>
Wed, 16 May 2012 17:50:41 +0000 (17:50 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 May 2012 09:00:04 +0000 (05:00 -0400)
commitf342cda7789381236a6c94926a9ca177a9098867
treeaa13a4555ba9be67cffedebfeec9834aff1ae142
parentdc6b9b78234fecdc6d2ca5e1629185718202bcf5
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>
net/core/pktgen.c