Parcourir la source

qcacld-3.0: Fix checkpatch warnings (SPACE_BEFORE_TAB)

Fix checkpatch warnings (SPACE_BEFORE_TAB).

Change-Id: I8f370187be5d9018559ce00d723f19064de9b836
CRs-Fixed: 2126814
Srinivas Girigowda il y a 7 ans
Parent
commit
828ef23f5e
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 4 4
      core/sme/src/common/sme_api.c

+ 4 - 4
core/sme/src/common/sme_api.c

@@ -2832,10 +2832,10 @@ QDF_STATUS sme_scan_get_result(tHalHandle hHal, uint8_t sessionId,
 
 /**
  * sme_get_ap_channel_from_scan() - a wrapper function to get
- *      				  AP's channel id from
- *      				  CSR by filtering the
- *      				  result which matches
- *      				  our roam profile.
+ *				  AP's channel id from
+ *				  CSR by filtering the
+ *				  result which matches
+ *				  our roam profile.
  * @profile: SAP profile
  * @ap_chnl_id: pointer to channel id of SAP. Fill the value after finding the
  *              best ap from scan cache.