Skip to content

Commit

Permalink
drivers/net/pci-skeleton.c: Use (pr|netdev|netif)_<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>
Use netif_<level>
Checkpatch cleaning
Convert formats like 0x%08x to %#08x
Remove periods from formats
Coalesce long formats
Use print_hex_dump

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 ddf79b2 commit 9cd31f0
Showing 1 changed file with 503 additions and 516 deletions.
Loading

0 comments on commit 9cd31f0

Please sign in to comment.