From d6bbce0642261a8585928c70bfaddbfb05aefa40 Mon Sep 17 00:00:00 2001 From: Xenia Ragiadakou Date: Sun, 26 May 2013 22:42:44 +0300 Subject: [PATCH] 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-format-patch failed