Browse Source

qcacld-3.0: components: ocb: Fix misspellings

Fix misspellings in components/ocb/...

Change-Id: Id7ed91a43e1ba097b85a0ddf53ffbc9020ab2e0e
CRs-Fixed: 3303639
Jeff Johnson 2 years ago
parent
commit
5db65cd24b

+ 3 - 2
components/ocb/core/inc/wlan_ocb_main.h

@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2018-2019 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -84,8 +85,8 @@ enum ocb_southbound_event {
  * @dp_soc: psoc data path handle
  * @dp_pdev_id: pdev data path ID
  * @ocb_cbs: legacy callback functions
- * @ocb_txops: tx opertions for target interface
- * @ocb_rxops: rx opertions for target interface
+ * @ocb_txops: tx operations for target interface
+ * @ocb_rxops: rx operations for target interface
  */
 struct ocb_pdev_obj {
 	struct wlan_objmgr_pdev *pdev;

+ 5 - 4
components/ocb/core/src/wlan_ocb_main.c

@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2018-2020 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -185,7 +186,7 @@ exit:
 
 /**
  * ocb_tsf_timer() - Process get TSF timer response
- * @evt: repsonse event
+ * @evt: response event
  *
  * Return: QDF_STATUS_SUCCESS on success
  */
@@ -224,7 +225,7 @@ static QDF_STATUS ocb_tsf_timer(struct ocb_rx_event *evt)
 
 /**
  * ocb_dcc_stats_response() - Process get DCC stats response
- * @evt: repsonse event
+ * @evt: response event
  *
  * Return: QDF_STATUS_SUCCESS on success
  */
@@ -262,7 +263,7 @@ static QDF_STATUS ocb_dcc_stats_response(struct ocb_rx_event *evt)
 
 /**
  * ocb_ndl_response() - Process NDL update response
- * @evt: repsonse event
+ * @evt: response event
  *
  * Return: QDF_STATUS_SUCCESS on success
  */
@@ -299,7 +300,7 @@ static QDF_STATUS ocb_ndl_response(struct ocb_rx_event *evt)
 
 /**
  * ocb_dcc_indication() - Process DCC stats indication
- * @evt: repsonse event
+ * @evt: response event
  *
  * Return: QDF_STATUS_SUCCESS on success
  */

+ 2 - 1
components/ocb/dispatcher/inc/wlan_ocb_ucfg_api.h

@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2018-2019 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -114,7 +115,7 @@ QDF_STATUS ucfg_ocb_dcc_clear_stats(struct wlan_objmgr_vdev *vdev,
  * ucfg_ocb_dcc_update_ndl() - ucfg API to update NDL
  * @vdev: vdev handle
  * @request: request parameters
- * @dcc_update_ndl_cb: callback for update resposne
+ * @dcc_update_ndl_cb: callback for update response
  * @arg: argument for the callback
  *
  * Return: QDF_STATUS_SUCCESS on success

+ 2 - 1
components/ocb/dispatcher/src/wlan_ocb_tgt_api.c

@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2018, 2020 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
  *
  * Permission to use, copy, modify, and/or distribute this software for
  * any purpose with or without fee is hereby granted, provided that the
@@ -101,7 +102,7 @@ tgt_ocb_channel_config_status(struct wlan_objmgr_psoc *psoc,
  * @psoc: psoc handle
  * @response: TSF timer response
  *
- * Return: QDF_STATUS_SUCCESS on succcess
+ * Return: QDF_STATUS_SUCCESS on success
  */
 static QDF_STATUS
 tgt_ocb_get_tsf_timer(struct wlan_objmgr_psoc *psoc,