rtl8192u: fix printk calls in r8192U_core.c
authorXenia Ragiadakou <burzalodowa@gmail.com>
Sun, 26 May 2013 19:42:44 +0000 (22:42 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 May 2013 12:06:26 +0000 (21:06 +0900)
commitd6bbce0642261a8585928c70bfaddbfb05aefa40
tree39f51d585f9b08c1555ecb6fd0e7cebd9bfc0688
parent5109c8a0c17cea53975ebf6dbc5403c431fd809d
rtl8192u: fix printk calls in r8192U_core.c

This patch replaces calls to printk with their
corresponding calls to pr_<loglevel>(fmt, ...)
and netdev_<loglevel>(dev, fmt, ...), when it
is applicable, to make the log messages more
informative.

Also, it fixes some small typos and whitespaces
found in log messages.

Signed-off-by: Xenia Ragiadakou <burzalodowa@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/r8192U_core.c
This page took 0.024902 seconds and 5 git commands to generate.