qcacld-3.0: components: pkt_capture: Fix misspellings

Fix misspellings in components/pkt_capture/...

Change-Id: Ib56201fd25e3c11b79be1fa83a70cc9f7d006e59
CRs-Fixed: 3303637
Tento commit je obsažen v:
Jeff Johnson
2022-09-29 14:28:32 -07:00
odevzdal Madan Koyyalamudi
rodič cc3eb6811e
revize 66902adf96
3 změnil soubory, kde provedl 6 přidání a 5 odebrání

Zobrazit soubor

@@ -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

Zobrazit soubor

@@ -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

Zobrazit soubor

@@ -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
*/