Skip to content

Commit

Permalink
drivers/net/tg3.c: Use (pr|netdev)_<level> macro helpers
Browse files Browse the repository at this point in the history
Add #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
Remove #define PFX
Use pr_<level>
Use netdev_<level>
Remove periods from most formats
Coalesce long formats
Use printk_once

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 Feb 18, 2010
1 parent f546444 commit 05dbe00
Showing 1 changed file with 109 additions and 161 deletions.
Loading

0 comments on commit 05dbe00

Please sign in to comment.