qcacld-3.0: Fix bad block comment in wlan_hdd_scan.h

Checkpatch has detected an instance of a block comment where the
trailing "*/" is not on a separate line, so fix it.

Change-Id: Ibe8c83ea4d87f04c330f0abe6953d2dfb2067ff7
CRs-Fixed: 2120626
This commit is contained in:
Jeff Johnson
2017-10-03 11:58:26 -07:00
committed by Nandini Suresh
parent 5cf5ad24bb
commit 50bc9d7af0

View File

@@ -39,7 +39,8 @@
#define MIN_TIME_REQUIRED_FOR_NEXT_BUG_REPORT (30 * 60 * 1000) #define MIN_TIME_REQUIRED_FOR_NEXT_BUG_REPORT (30 * 60 * 1000)
/* HDD Scan inactivity timeout set to 10 seconds /* HDD Scan inactivity timeout set to 10 seconds
* more than the CSR CMD Timeout */ * more than the CSR CMD Timeout
*/
#define HDD_SCAN_INACTIVITY_TIMEOUT \ #define HDD_SCAN_INACTIVITY_TIMEOUT \
(CSR_ACTIVE_SCAN_LIST_CMD_TIMEOUT + (10*1000)) (CSR_ACTIVE_SCAN_LIST_CMD_TIMEOUT + (10*1000))