staging/rtl8192e - fix typo in printk message
authorAxel Köllhofer <AxelKoellhofer@web.de>
Thu, 22 Mar 2012 21:49:55 +0000 (22:49 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 10 Apr 2012 16:24:34 +0000 (09:24 -0700)
commit96ddcd439871658b797289dde8fcead8bde73b68
tree396869dc49aff9f06c574fc27ea5bc410e0ed84a
parent4d36bf61929d5edea8968ae4ec4c45dfb6077489
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 <AxelKoellhofer@web.de>

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtl8192e/rtl_core.c