qcacld-3.0: components: nan: Fix misspellings

Fix misspellings in components/nan/...

Change-Id: I674974e300e440205676f822d0068e90ae1cc0c8
CRs-Fixed: 3303640
This commit is contained in:
Jeff Johnson
2022-09-29 14:31:35 -07:00
committed by Madan Koyyalamudi
parent 051fa2472c
commit 56e9a4a4ef
4 changed files with 6 additions and 6 deletions

View File

@@ -215,11 +215,11 @@ enum nan_datapath_end_reason_code {
/**
* enum nan_datapath_state - NAN datapath states
* @NAN_DATA_NDI_CREATING_STATE: NDI create is in progress
* @NAN_DATA_NDI_CREATED_STATE: NDI successfully crated
* @NAN_DATA_NDI_CREATED_STATE: NDI successfully created
* @NAN_DATA_NDI_DELETING_STATE: NDI delete is in progress
* @NAN_DATA_NDI_DELETED_STATE: NDI delete is in progress
* @NAN_DATA_PEER_CREATE_STATE: Peer create is in progress
* @NAN_DATA_PEER_DELETE_STATE: Peer delete is in progrss
* @NAN_DATA_PEER_DELETE_STATE: Peer delete is in progress
* @NAN_DATA_CONNECTING_STATE: Data connection in progress
* @NAN_DATA_CONNECTED_STATE: Data connection successful
* @NAN_DATA_END_STATE: NDP end is in progress

View File

@@ -1,6 +1,6 @@
/*
* Copyright (c) 2012-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
@@ -109,7 +109,7 @@ struct nan_cfg_params {
/**
* struct nan_psoc_priv_obj - nan private psoc obj
* @lock: lock to be acquired before reading or writing to object
* @cb_obj: struct contaning callback pointers
* @cb_obj: struct containing callback pointers
* @cfg_param: NAN Config parameters in INI
* @nan_caps: NAN Target capabilities
* @tx_ops: Tx ops registered with Target IF interface

View File

@@ -71,7 +71,7 @@
*/
#define CFG_NAN_SEPARATE_IFACE_SUPP CFG_INI_BOOL("nan_separate_iface_support", \
1, \
"Seperate iface for NAN")
"Separate iface for NAN")
/*

View File

@@ -497,7 +497,7 @@ QDF_STATUS ucfg_get_nan_feature_config(struct wlan_objmgr_psoc *psoc,
bool ucfg_is_nan_vdev(struct wlan_objmgr_vdev *vdev);
/**
* ucfg_nan_disable_ind_to_userspace() - Send NAN disble ind to userspace
* ucfg_nan_disable_ind_to_userspace() - Send NAN disable ind to userspace
* @psoc: pointer to psoc object
*
* Prepare NAN disable indication and send it to userspace