drivers/net: Convert remaining uses of pr_warning to pr_warn
authorJoe Perches <joe@perches.com>
Wed, 10 Sep 2014 03:27:44 +0000 (20:27 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 10 Sep 2014 03:37:08 +0000 (20:37 -0700)
Use the much more common pr_warn instead of pr_warning.

Other miscellanea:

o Typo fixes submiting/submitting
o Coalesce formats
o Realign arguments
o Add missing terminating '\n' to formats

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

No differences found