From a9db6a8521063c22470cbf32920f25995e913499 Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Fri, 28 Oct 2022 15:05:56 -0700 Subject: [PATCH] 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 --- components/dp/core/src/wlan_dp_main.c | 2 +- components/ocb/core/src/wlan_ocb_main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/dp/core/src/wlan_dp_main.c b/components/dp/core/src/wlan_dp_main.c index c247acc16e..b0252349b5 100644 --- a/components/dp/core/src/wlan_dp_main.c +++ b/components/dp/core/src/wlan_dp_main.c @@ -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) diff --git a/components/ocb/core/src/wlan_ocb_main.c b/components/ocb/core/src/wlan_ocb_main.c index be54177a25..f7c3a37319 100644 --- a/components/ocb/core/src/wlan_ocb_main.c +++ b/components/ocb/core/src/wlan_ocb_main.c @@ -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);