1
0
Fork 0

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>
wifi-calibration
Mahati Chamarthy 2014-09-20 02:38:39 +05:30 committed by Greg Kroah-Hartman
parent 13402f7b76
commit 6af197672f
1 changed files with 1 additions and 1 deletions

View 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;
}