Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qcacld-3.0: wma_utils: Fix misleading-indentation warning
Fix error: ../drivers/staging/qcacld-3.0/core/wma/src/wma_utils.c:4667:3: error: misleading indentation; statement is not part of the previous 'if' [-Werror,-Wmisleading-indentation] mac_ctx = (tpAniSirGlobal)cds_get_context(QDF_MODULE_ID_PE); ^ ../drivers/staging/qcacld-3.0/core/wma/src/wma_utils.c:4660:2: note: previous statement is here if (wma->bmiss_skip_full_scan) ^ 1 error generated. Signed-off-by: Khusika Dhamar Gusti <[email protected]> Change-Id: I230c7968257369473ba2377f4cd8f89b770a80e8
- Loading branch information