]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: rtl8187se: checkpatch cleanups
authorTeodora Baluta <teobaluta@gmail.com>
Sat, 19 Oct 2013 18:09:48 +0000 (21:09 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 19 Oct 2013 21:55:44 +0000 (14:55 -0700)
Fix the following checkpatch.pl errors:

drivers/staging/rtl8187se/ieee80211/ieee80211_softmac.c:890: "foo* bar" should be "foo *bar"
drivers/staging/rtl8187se/ieee80211/ieee80211_softmac.c:944: "foo* bar" should be "foo *bar"

Signed-off-by: Teodora Baluta <teobaluta@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8187se/ieee80211/ieee80211_softmac.c

index c0e47653cd23363cd2c6ae16b6acd03d8fda73d6..04058263398e600bb1d416393f4989566b3bb46d 100644 (file)
@@ -887,7 +887,7 @@ static struct sk_buff* ieee80211_probe_resp(struct ieee80211_device *ieee, u8 *d
        return skb;
 }
 
-static struct sk_buffieee80211_assoc_resp(struct ieee80211_device *ieee,
+static struct sk_buff *ieee80211_assoc_resp(struct ieee80211_device *ieee,
                                            u8 *dest)
 {
        struct sk_buff *skb;
@@ -941,7 +941,7 @@ static struct sk_buff* ieee80211_assoc_resp(struct ieee80211_device *ieee,
        return skb;
 }
 
-static struct sk_buffieee80211_auth_resp(struct ieee80211_device *ieee,
+static struct sk_buff *ieee80211_auth_resp(struct ieee80211_device *ieee,
                                           int status, u8 *dest)
 {
        struct sk_buff *skb;