Przeglądaj źródła

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
Jeff Johnson 7 lat temu
rodzic
commit
50bc9d7af0
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      core/hdd/src/wlan_hdd_scan.h

+ 2 - 1
core/hdd/src/wlan_hdd_scan.h

@@ -39,7 +39,8 @@
 #define MIN_TIME_REQUIRED_FOR_NEXT_BUG_REPORT (30 * 60 * 1000)
 
 /* 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 \
 	(CSR_ACTIVE_SCAN_LIST_CMD_TIMEOUT + (10*1000))