Staging: rtl8192e: Fix space before semicolon warning
authorMahati Chamarthy <mahati.chamarthy@gmail.com>
Fri, 19 Sep 2014 21:08:39 +0000 (02:38 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 20 Sep 2014 00:14:30 +0000 (17:14 -0700)
This fixes the following checkpatch.pl warning:
WARNING: space prohibited before semicolon

Signed-off-by: Mahati Chamarthy <mahati.chamarthy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtl819x_TSProc.c

index 53fe27f9d42dca81680ab77fdfc483ff7f5cc4d9..294847d1a90347a4eb524e706acdc7cc07e9ed07 100644 (file)
@@ -280,7 +280,7 @@ static struct ts_common_info *SearchAdmitTRStream(struct rtllib_device *ieee,
        }
 
        if (pRet && &pRet->List  != psearch_list)
-               return pRet ;
+               return pRet;
        return NULL;
 }