From: Xenia Ragiadakou Date: Sun, 26 May 2013 19:42:44 +0000 (+0300) Subject: rtl8192u: fix printk calls in r8192U_core.c X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~365 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6bbce0642261a8585928c70bfaddbfb05aefa40;p=pandora-kernel.git rtl8192u: fix printk calls in r8192U_core.c This patch replaces calls to printk with their corresponding calls to pr_(fmt, ...) and netdev_(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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed