commit | d6bbce0642261a8585928c70bfaddbfb05aefa40 | [log] [tgz] |
---|---|---|
author | Xenia Ragiadakou <burzalodowa@gmail.com> | Sun May 26 22:42:44 2013 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu May 30 21:06:26 2013 +0900 |
tree | 39f51d585f9b08c1555ecb6fd0e7cebd9bfc0688 | |
parent | 5109c8a0c17cea53975ebf6dbc5403c431fd809d [diff] |
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>