commit | c9ea53d0e720ce4af774d7e5046819761eb54e0a | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Fri Jul 29 16:38:14 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Aug 01 00:12:01 2011 -0700 |
tree | d2364b02034b97318a12d144341838934b23cba9 | |
parent | c76ecb7ae9a12dc1ea4d23075a8cd963156d5a32 [diff] |
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>