qcacld-3.0: Fix misspellings of "detach"

Two misspellings of "detach" were detected in the driver, so fix them.

Change-Id: If3bf51f9c34c25e8519a229492bbab11946754dd
CRs-Fixed: 3324001
This commit is contained in:
Jeff Johnson
2022-10-28 15:05:56 -07:00
committed by Madan Koyyalamudi
parent 48f8039eaa
commit a9db6a8521
2 changed files with 2 additions and 2 deletions

View File

@@ -1050,7 +1050,7 @@ dp_pdev_obj_destroy_notification(struct wlan_objmgr_pdev *pdev, void *arg)
WLAN_COMP_DP,
dp_ctx);
if (QDF_IS_STATUS_ERROR(status)) {
dp_err("Failed to detatch dp_ctx from pdev");
dp_err("Failed to detach dp_ctx from pdev");
return status;
}
if (!dp_ctx->pdev)

View File

@@ -555,7 +555,7 @@ QDF_STATUS ocb_pdev_obj_destroy_notification(struct wlan_objmgr_pdev *pdev,
WLAN_UMAC_COMP_OCB,
ocb_obj);
if (QDF_IS_STATUS_ERROR(status))
ocb_err("Failed to detatch ocb pdev object");
ocb_err("Failed to detach ocb pdev object");
qdf_mem_free(ocb_obj);