summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtllib_rx.c
diff options
context:
space:
mode:
authorMatthias Schoepe <matthias.schoepe@studium.uni-erlangen.de>2013-12-26 20:23:32 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-01-09 10:29:37 -0800
commita0711c4da327de531a9f4af7a40d7043d06771b4 (patch)
tree734d45a77afdedfdeffdfda1b26da4c1e5dec370 /drivers/staging/rtl8192e/rtllib_rx.c
parent63363a80cbf1258120fd4d23d1296731297f4a92 (diff)
downloadop-kernel-dev-a0711c4da327de531a9f4af7a40d7043d06771b4.zip
op-kernel-dev-a0711c4da327de531a9f4af7a40d7043d06771b4.tar.gz
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>
Diffstat (limited to 'drivers/staging/rtl8192e/rtllib_rx.c')
-rw-r--r--drivers/staging/rtl8192e/rtllib_rx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192e/rtllib_rx.c b/drivers/staging/rtl8192e/rtllib_rx.c
index 1fab69d..6c8a8e1 100644
--- a/drivers/staging/rtl8192e/rtllib_rx.c
+++ b/drivers/staging/rtl8192e/rtllib_rx.c
@@ -211,7 +211,7 @@ rtllib_rx_frame_mgmt(struct rtllib_device *ieee, struct sk_buff *skb,
* this is not mandatory.... but seems that the probe
* response parser uses it
*/
- struct rtllib_hdr_3addr * hdr = (struct rtllib_hdr_3addr *)skb->data;
+ struct rtllib_hdr_3addr *hdr = (struct rtllib_hdr_3addr *)skb->data;
rx_stats->len = skb->len;
rtllib_rx_mgt(ieee, skb, rx_stats);
OpenPOWER on IntegriCloud