ipg: Use current logging styles
authorJoe Perches <joe@perches.com>
Fri, 29 Jul 2011 16:38:14 +0000 (16:38 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 1 Aug 2011 07:12:01 +0000 (00:12 -0700)
commitc9ea53d0e720ce4af774d7e5046819761eb54e0a
treed2364b02034b97318a12d144341838934b23cba9
parentc76ecb7ae9a12dc1ea4d23075a8cd963156d5a32
ipg: Use current logging styles

Add and use pr_fmt, pr_<level> and netdev_<level>.
Convert printks with %[n].[n]x to %nx to be shorter
and clearer.
Consolidate printks to use a single printk rather
than continued printks without KERN_CONT.
Removed unnecessary trailing periods.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ipg.c