qcacld-3.0: components: p2p: Fix misspellings

Fix misspellings in components/p2p/...

Change-Id: I220faae813cd79d7b5fe656158768d1eff4718de
CRs-Fixed: 3303638
This commit is contained in:
Jeff Johnson
2022-09-29 14:29:29 -07:00
gecommit door Madan Koyyalamudi
bovenliggende 6e7e6e3c02
commit ef20cc3a0e
7 gewijzigde bestanden met toevoegingen van 13 en 11 verwijderingen

Bestand weergeven

@@ -17,7 +17,7 @@
*/
/**
* DOC: Contains mcc quota event public data structure definations
* DOC: Contains mcc quota event public data structure definitions
*/
#ifndef _WLAN_P2P_MCC_QUOTA_PUBLIC_STRUCT_H_
@@ -37,7 +37,7 @@ struct wlan_objmgr_vdev;
/**
* enum mcc_quota_type - mcc channel quota type
* @QUOTA_TYPE_CLEAR: target exits MCC state and clear mcc quota inforamtion
* @QUOTA_TYPE_CLEAR: target exits MCC state and clear mcc quota information
* @QUOTA_TYPE_FIXED: channel time quota is fixed and will not be changed
* @QUOTA_TYPE_DYNAMIC: channel time quota is dynamic and targe may change
* the quota based on the data activity

Bestand weergeven

@@ -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
@@ -17,7 +18,7 @@
*/
/**
* DOC: Contains p2p public data structure definations
* DOC: Contains p2p public data structure definitions
*/
#ifndef _WLAN_P2P_PUBLIC_STRUCT_H_