소스 검색

qcacld-3.0: components: pkt_capture: Fix misspellings

Fix misspellings in components/pkt_capture/...

Change-Id: Ib56201fd25e3c11b79be1fa83a70cc9f7d006e59
CRs-Fixed: 3303637
Jeff Johnson 2 년 전
부모
커밋
66902adf96

+ 2 - 1
components/pkt_capture/core/inc/wlan_pkt_capture_data_txrx.h

@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2020-2021 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
@@ -152,7 +153,7 @@ void pkt_capture_offload_deliver_indication_handler(
 #endif
 
 /**
- * pkt_capture_tx_hdr_elem_t - tx packets header struture to
+ * pkt_capture_tx_hdr_elem_t - tx packets header structure to
  * be used to update radiotap header for packet capture mode
  * @timestamp: timestamp
  * @preamble: preamble

+ 2 - 2
components/pkt_capture/core/inc/wlan_pkt_capture_mgmt_txrx.h

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2020 The Linux Foundation. All rights reserved.
- * Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.
+ * Copyright (c) 2021-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
@@ -86,7 +86,7 @@ pkt_capture_mgmt_tx_completion(struct wlan_objmgr_pdev *pdev,
  * @psoc: psoc context
  * @is_register: register if true, unregister if false
  *
- * This funciton registers or deregisters rx callback
+ * This function registers or deregisters rx callback
  * to mgmt txrx component.
  *
  * Return: QDF_STATUS

+ 2 - 2
components/pkt_capture/core/inc/wlan_pkt_capture_priv.h

@@ -1,6 +1,6 @@
 /*
  * Copyright (c) 2020-2021 The Linux Foundation. All rights reserved.
- * Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.
+ * Copyright (c) 2021-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,7 +84,7 @@ struct pkt_capture_vdev_priv {
  * struct pkt_psoc_priv - Private object to be stored in psoc
  * @psoc: pointer to psoc object
  * @cfg_param: INI config params for packet capture
- * @cb_obj: struct contaning callback pointers
+ * @cb_obj: struct containing callback pointers
  * @rx_ops: rx ops
  * @tx_ops: tx ops
  */