]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Staging rtl8192e: Fixing checkpatch errors
authorMatthias Schoepe <matthias.schoepe@studium.uni-erlangen.de>
Thu, 26 Dec 2013 19:23:32 +0000 (20:23 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Jan 2014 18:29:37 +0000 (10:29 -0800)
commita0711c4da327de531a9f4af7a40d7043d06771b4
tree734d45a77afdedfdeffdfda1b26da4c1e5dec370
parent63363a80cbf1258120fd4d23d1296731297f4a92
Staging rtl8192e: Fixing checkpatch errors

We fixed checkpatch errors of the following type:
ERROR: "foo * bar" should be "foo *bar"

The error was fixed in the following files of the rtl8192e staging driver:
rtllib_softmac.c
rtllib_rx.c
rtllib_crypt.c
rtllib.h

There are no functional changes in this patch.

Signed-off-by: Matthias Schoepe <matthias.schoepe@studium.uni-erlangen.de>
Signed-off-by: Andreas Frembs <andreas.frembs@studium.uni-erlangen.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtllib.h
drivers/staging/rtl8192e/rtllib_crypt.c
drivers/staging/rtl8192e/rtllib_rx.c
drivers/staging/rtl8192e/rtllib_softmac.c