qcacld-3.0: components: dsc: Fix misspellings

Fix misspellings in components/dsc/...

Change-Id: I1dbeabd5882415a16a686d87f00e7337e923ba2f
CRs-Fixed: 3303644
This commit is contained in:
Jeff Johnson
2022-09-29 14:35:14 -07:00
committed by Madan Koyyalamudi
parent 56e9a4a4ef
commit e1de35f994
5 changed files with 15 additions and 11 deletions

View File

@@ -122,7 +122,7 @@ void dsc_vdev_destroy(struct dsc_vdev **out_vdev)
* resumed after the current trans/op is completed. return QDF_STATUS_E_BUSY
* in this case.
*
* If there is a psoc transition taking place becasue of psoc idle shutdown,
* If there is a psoc transition taking place because of psoc idle shutdown,
* then the vdev trans/ops should be rejected and queued in the DSC queue so
* that it may be resumed after the current trans/ops is completed. Return
* QDF_STATUS_E_BUSY in this case.