summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtl819x_TSProc.c
diff options
context:
space:
mode:
authorMahati Chamarthy <mahati.chamarthy@gmail.com>2014-09-20 02:38:39 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-09-19 17:14:30 -0700
commit6af197672f2330045c171aed3ea90fb93d89ecc6 (patch)
tree2bf4c912d15845f25318bf0f96766db5c25035b4 /drivers/staging/rtl8192e/rtl819x_TSProc.c
parent13402f7b76223e7f50ab42c82aac4788940c8277 (diff)
downloadop-kernel-dev-6af197672f2330045c171aed3ea90fb93d89ecc6.zip
op-kernel-dev-6af197672f2330045c171aed3ea90fb93d89ecc6.tar.gz
Staging: rtl8192e: Fix space before semicolon warning
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>
Diffstat (limited to 'drivers/staging/rtl8192e/rtl819x_TSProc.c')
-rw-r--r--drivers/staging/rtl8192e/rtl819x_TSProc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8192e/rtl819x_TSProc.c b/drivers/staging/rtl8192e/rtl819x_TSProc.c
index 53fe27f..294847d 100644
--- a/drivers/staging/rtl8192e/rtl819x_TSProc.c
+++ b/drivers/staging/rtl8192e/rtl819x_TSProc.c
@@ -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;
}
OpenPOWER on IntegriCloud