qcacmn: umac: cmn_services: Fix misspellings

Fix misspellings in umac/cmn_services/...

Change-Id: I74c006b3e585e3d4f6ec8c025ef313133c9e3068
CRs-Fixed: 3304695
This commit is contained in:
Jeff Johnson
2022-09-30 15:15:59 -07:00
committed by Madan Koyyalamudi
parent c52c4258c2
commit ed240b1daf
29 changed files with 76 additions and 68 deletions

View File

@@ -1,5 +1,6 @@
/*
* Copyright (c) 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
@@ -99,9 +100,9 @@
* @initial_substate: Initial sub state of this state
* @has_substates: flag to specify, whether it has sub states
* @name: Name of the state
* @wlan_sm_entry: State entry callback poitner
* @wlan_sm_exit: State exit callback poitner
* @wlan_sm_event: State event callback poitner
* @wlan_sm_entry: State entry callback pointer
* @wlan_sm_exit: State exit callback pointer
* @wlan_sm_event: State event callback pointer
*/
struct wlan_sm_state_info {
uint8_t state;
@@ -164,7 +165,7 @@ struct wlan_sm {
* @event_names: Event name table
* @num_event_names: Number of events
*
* Creates SM object, intializes with init_state, stores the name and owner
* Creates SM object, initializes with init_state, stores the name and owner
* module pointer, states definition table, and event name table
*
* Return: Handle to struct wlan_sm on successful creation,