qcacmn: dp: Fix misspellings
Fix misspellings in dp/... Change-Id: I6ef7a19ee03104ae38a8a77e229b90aa80329592 CRs-Fixed: 3304682
このコミットが含まれているのは:
@@ -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;
|
||||
}
|
||||
|
新しいイシューから参照
ユーザーをブロックする