]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: rtl8192u: Adding space around '='
authorsimran singhal <singhalsimran0@gmail.com>
Fri, 20 Jan 2017 17:48:23 +0000 (23:18 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Jan 2017 08:56:29 +0000 (09:56 +0100)
This patch fixes the checkpatch issue by adding space around '='.

Signed-off-by: simran singhal <singhalsimran0@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c

index d7d85b3f19c48a41b944d55fe09a74969a359547..84a960c8d27347fb4b47d15dce2820c17808e8f3 100644 (file)
@@ -3140,7 +3140,7 @@ EXPORT_SYMBOL(SendDisassociation);
 int ieee80211_wpa_supplicant_ioctl(struct ieee80211_device *ieee, struct iw_point *p)
 {
        struct ieee_param *param;
-       int ret=0;
+       int ret = 0;
 
        mutex_lock(&ieee->wx_mutex);
        //IEEE_DEBUG_INFO("wpa_supplicant: len=%d\n", p->length);