]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
netdev_printk/netif_printk: Remove a superfluous logging colon
authorJoe Perches <joe@perches.com>
Thu, 13 Sep 2012 03:13:01 +0000 (20:13 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Sep 2012 13:10:05 +0000 (06:10 -0700)
commitc2c5a7051c556036b7beb8f4a89eefdc91c3245b
tree926e7b486447b29c0195111e4d5ce098d2138d4e
parentb004ff4972e2a42aa4512c90cc6a9e4dc1bb36b6
netdev_printk/netif_printk: Remove a superfluous logging colon

netdev_printk originally called dev_printk with %pV.

This style emitted the complete dev_printk header with
a colon followed by the netdev_name prefix followed
by a colon.

Now that netdev_printk does not call dev_printk, the
extra colon is superfluous.  Remove it.

Example:
old: sky2 0000:02:00.0: eth0: Link is up at 100 Mbps, full duplex, flow control both
new: sky2 0000:02:00.0 eth0: Link is up at 100 Mbps, full duplex, flow control both

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: David S. Miller <davem@davemloft.net>
Tested-by: Jim Cromie <jim.cromie@gmail.com>
Acked-by: Jason Baron <jbaron@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
lib/dynamic_debug.c
net/core/dev.c