From: Axel Köllhofer Date: Thu, 22 Mar 2012 21:49:55 +0000 (+0100) Subject: staging/rtl8192e - fix typo in printk message X-Git-Tag: v3.5-rc1~145^2~229^2~301 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96ddcd439871658b797289dde8fcead8bde73b68;p=pandora-kernel.git staging/rtl8192e - fix typo in printk message In drivers/staging/rtl8192e/rtl8192e/rtl_core.c the follwing printk-message can be found: printk(KERN_ERR "rtl8193e: Unable to allocate space " This is quite obviously just a typo, all other similar messages use "rtl8192e" and the string "rtl8193e" does not occur anywhere else in the source of the driver. Signed-off-by: Axel Koellhofer Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed