qcacld-3.0: Fix checkpatch warnings (SPACE_BEFORE_TAB)

Fix checkpatch warnings (SPACE_BEFORE_TAB).

Change-Id: I8f370187be5d9018559ce00d723f19064de9b836
CRs-Fixed: 2126814
This commit is contained in:
Srinivas Girigowda
2017-10-13 22:31:27 -07:00
committed by snandini
parent 4d65ebe983
commit 828ef23f5e

View File

@@ -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 * sme_get_ap_channel_from_scan() - a wrapper function to get
* AP's channel id from * AP's channel id from
* CSR by filtering the * CSR by filtering the
* result which matches * result which matches
* our roam profile. * our roam profile.
* @profile: SAP profile * @profile: SAP profile
* @ap_chnl_id: pointer to channel id of SAP. Fill the value after finding the * @ap_chnl_id: pointer to channel id of SAP. Fill the value after finding the
* best ap from scan cache. * best ap from scan cache.