qcacld-3.0: components: pmo: Fix misspellings

Fix misspellings in components/pmo/...

Change-Id: I2394b572f07bc02d029a4f4381c76f11143ea475
CRs-Fixed: 3303636
This commit is contained in:
Jeff Johnson
2022-09-29 14:27:00 -07:00
committed by Madan Koyyalamudi
parent 84f7a66470
commit 6c88cf1b32
11 changed files with 25 additions and 19 deletions

View File

@@ -20,7 +20,7 @@
* DOC: Declare various struct, macros which are common for
* various pmo related features.
*
* Note: This file shall not contain public API's prototype/declartions.
* Note: This file shall not contain public API's prototype/declarations.
*
*/

View File

@@ -1,5 +1,6 @@
/*
* Copyright (c) 2017-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
@@ -89,7 +90,7 @@ typedef void (*pmo_gtk_rsp_callback)(void *callback_context,
/**
* struct pmo_gtk_rsp_req -gtk respsonse request
* @callback: client callback for providing gtk resposne when fwr send event
* @callback: client callback for providing gtk response when fwr send event
* @callback_context: client callback response
*/
struct pmo_gtk_rsp_req {

View File

@@ -1,5 +1,6 @@
/*
* Copyright (c) 2017-2018 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
@@ -19,7 +20,7 @@
/**
* DOC: This file shall contain all public parameter (struct/macro/enum)
* definitions to support hardware filtering configuration. No APIs, or
* implememtations of APIs, shall be contained within.
* implementations of APIs, shall be contained within.
*/
#ifndef _WLAN_PMO_HW_FILTER_PUBLIC_STRUCT_H

View File

@@ -1,5 +1,6 @@
/*
* Copyright (c) 2017-2019, 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
@@ -39,7 +40,7 @@ QDF_STATUS pmo_init(void);
/**
* pmo_deinit() - De initialize pmo_ctx context.
*
* This function De initializes power manager offloads (a.k.a pmo) contex.
* This function De initializes power manager offloads (a.k.a pmo) context.
*
* Return: QDF_STATUS_SUCCESS - in case of success else return error
*/

View File

@@ -1,5 +1,6 @@
/*
* Copyright (c) 2017 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
@@ -64,7 +65,7 @@ enum pmo_rcv_pkt_fltr_flag_type {
};
/**
* enum pmo_rcv_pkt_fltr_protocol_params: Receive Filter protocal parameters
* enum pmo_rcv_pkt_fltr_protocol_params: Receive Filter protocol parameters
* @PMO_FILTER_HDR_TYPE_INVALID: invalied type
* @PMO_FILTER_HDR_TYPE_MAC: mac protocol
* @PMO_FILTER_HDR_TYPE_ARP: arp protocol

View File

@@ -346,7 +346,7 @@ QDF_STATUS ucfg_pmo_flush_arp_offload_req(struct wlan_objmgr_vdev *vdev);
/**
* ucfg_pmo_enable_arp_offload_in_fwr(): API to enable arp req in fwr
* @vdev: objmgr vdev param
* @trigger: triger reason for enable arp offload
* @trigger: trigger reason for enable arp offload
*
* API to enable cache arp req in fwr from pmo vdev priv ctx
*
@@ -359,7 +359,7 @@ ucfg_pmo_enable_arp_offload_in_fwr(struct wlan_objmgr_vdev *vdev,
/**
* ucfg_pmo_disable_arp_offload_in_fwr(): API to disable arp req in fwr
* @vdev: objmgr vdev param
* @trigger: triger reason for disable arp offload
* @trigger: trigger reason for disable arp offload
* API to disable cache arp req in fwr
*
* Return QDF_STATUS -in case of success else return error
@@ -804,7 +804,7 @@ ucfg_pmo_get_wow_enable(struct wlan_objmgr_psoc *psoc);
/**
* ucfg_pmo_set_wow_enable() - Set wow enable type
* @psoc: pointer to psoc object
* @val: wow enalbe value
* @val: wow enable value
*
* Return: None
*/