commit | fe3881cf7e09dfb93e4a4c65f44e2d92f92d0022 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Tue Sep 09 20:27:44 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 09 20:37:08 2014 -0700 |
tree | 43d950cfb847614ba2e0cea08d8d024502aa8a47 | |
parent | 46cfd725c377bc5bb32b56b5151d6de4cb5a71e3 [diff] |
drivers/net: Convert remaining uses of pr_warning to pr_warn 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>