From 6af197672f2330045c171aed3ea90fb93d89ecc6 Mon Sep 17 00:00:00 2001 From: Mahati Chamarthy Date: Sat, 20 Sep 2014 02:38:39 +0530 Subject: [PATCH] Staging: rtl8192e: Fix space before semicolon warning This fixes the following checkpatch.pl warning: WARNING: space prohibited before semicolon Signed-off-by: Mahati Chamarthy Signed-off-by: Greg Kroah-Hartman --- drivers/staging/rtl8192e/rtl819x_TSProc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.7.4