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
committato da Madan Koyyalamudi
parent c52c4258c2
commit ed240b1daf
29 ha cambiato i file con 76 aggiunte e 68 eliminazioni

Vedi File

@@ -215,7 +215,7 @@ QDF_STATUS wlan_ser_print_history(
}
break;
default:
ser_err("Invalid pramater for queue type(scan/non_scan");
ser_err("Invalid parameter for queue type(scan/non_scan");
goto error;
}

Vedi File

@@ -1,5 +1,6 @@
/*
* Copyright (c) 2017-2020 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
@@ -50,7 +51,7 @@ QDF_STATUS wlan_serialization_psoc_disable(struct wlan_objmgr_psoc *psoc)
/* clean up all timers before exiting */
status = wlan_serialization_cleanup_all_timers(ser_soc_obj);
if (status != QDF_STATUS_SUCCESS)
ser_err("ser cleanning up all timer failed");
ser_err("ser cleaning up all timer failed");
/* Use lock to free to avoid any race where timer is still in use */
wlan_serialization_acquire_lock(&ser_soc_obj->timer_lock);

Vedi 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
@@ -36,7 +37,7 @@
/**
* wlan_serialization_active_scan_cmd_count_handler() - count active scan cmds
* @psoc: pointer to soc strucutre
* @psoc: pointer to soc structure
* @obj : pointer to pdev object
* @arg: pointer to argument
*

Vedi File

@@ -1,5 +1,6 @@
/*
* Copyright (c) 2017-2020 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
@@ -561,7 +562,7 @@ bool wlan_serialization_match_cmd_blocking(
enum wlan_serialization_node node_type);
/**
* wlan_serialization_find_cmd() - Find the cmd matching the given criterias
* wlan_serialization_find_cmd() - Find the cmd matching the given criteria
* @cmd: Serialization command information
* @cmd_type: Command type to be matched
* @pdev: pdev object that needs to be matched