qcacmn: dp: Fix misspellings

Fix misspellings in dp/...

Change-Id: I6ef7a19ee03104ae38a8a77e229b90aa80329592
CRs-Fixed: 3304682
このコミットが含まれているのは:
Jeff Johnson
2022-09-30 15:05:49 -07:00
committed by Madan Koyyalamudi
コミット ebfbc0d927
52個のファイルの変更177行の追加174行の削除

ファイルの表示

@@ -1291,7 +1291,7 @@ int dp_ipa_uc_detach(struct dp_soc *soc, struct dp_pdev *pdev)
* @pdev: Physical device handle
*
* Allocate TX buffer from non-cacheable memory
* Attache allocated TX buffers with WBM SRNG
* Attach allocated TX buffers with WBM SRNG
*
* Return: int
*/
@@ -2919,7 +2919,7 @@ QDF_STATUS dp_ipa_setup_iface(char *ifname, uint8_t *mac_addr,
ret = qdf_ipa_wdi_reg_intf(&in);
if (ret) {
QDF_TRACE(QDF_MODULE_ID_TXRX, QDF_TRACE_LEVEL_ERROR,
"%s: ipa_wdi_reg_intf: register IPA interface falied: ret=%d",
"%s: ipa_wdi_reg_intf: register IPA interface failed: ret=%d",
__func__, ret);
return QDF_STATUS_E_FAILURE;
}
@@ -3176,7 +3176,7 @@ QDF_STATUS dp_ipa_setup_iface(char *ifname, uint8_t *mac_addr,
ret = qdf_ipa_wdi_reg_intf(&in);
if (ret) {
dp_err("ipa_wdi_reg_intf: register IPA interface falied: ret=%d",
dp_err("ipa_wdi_reg_intf: register IPA interface failed: ret=%d",
ret);
return QDF_STATUS_E_FAILURE;
}