Skip to content

Commit

Permalink
ipg: Use current logging styles
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Joe Perches authored and David S. Miller committed Aug 1, 2011
1 parent c76ecb7 commit c9ea53d
Showing 1 changed file with 95 additions and 96 deletions.
Loading

0 comments on commit c9ea53d

Please sign in to comment.