net: Convert net_ratelimit uses to net_<level>_ratelimited
authorJoe Perches <joe@perches.com>
Sun, 13 May 2012 21:56:26 +0000 (21:56 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 15 May 2012 17:45:03 +0000 (13:45 -0400)
Standardize the net core ratelimited logging functions.

Coalesce formats, align arguments.
Change a printk then vprintk sequence to use printf extension %pV.

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

No differences found