1
0

qcacld-3.0: components: p2p: Fix misspellings

Fix misspellings in components/p2p/...

Change-Id: I220faae813cd79d7b5fe656158768d1eff4718de
CRs-Fixed: 3303638
Este cometimento está contido em:
Jeff Johnson
2022-09-29 14:29:29 -07:00
cometido por Madan Koyyalamudi
ascendente 6e7e6e3c02
cometimento ef20cc3a0e
7 ficheiros modificados com 13 adições e 11 eliminações

Ver ficheiro

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

Ver ficheiro

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

Ver ficheiro

@@ -1,5 +1,6 @@
/*
* Copyright (c) 2017-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
@@ -230,7 +231,7 @@ void tgt_p2p_scan_event_cb(struct wlan_objmgr_vdev *vdev,
QDF_STATUS tgt_p2p_mgmt_download_comp_cb(void *context,
qdf_nbuf_t buf, bool free)
{
p2p_debug("conext:%pK, buf:%pK, free:%d", context,
p2p_debug("context:%pK, buf:%pK, free:%d", context,
qdf_nbuf_data(buf), free);
qdf_nbuf_free(buf);