diff --git a/spectral/core/spectral_common.c b/spectral/core/spectral_common.c index 23f642d25a..9710d43515 100644 --- a/spectral/core/spectral_common.c +++ b/spectral/core/spectral_common.c @@ -530,7 +530,7 @@ wlan_spectral_psoc_obj_create_handler(struct wlan_objmgr_psoc *psoc, void *arg) status = wlan_spectral_init_psoc_feature_cap(psoc); if (QDF_IS_STATUS_ERROR(status)) { - spectral_err("Failed to intitialize spectral pdev feature caps"); + spectral_err("Failed to initialize spectral pdev feature caps"); return QDF_STATUS_E_FAILURE; } @@ -599,7 +599,7 @@ wlan_spectral_pdev_obj_create_handler(struct wlan_objmgr_pdev *pdev, void *arg) status = wlan_spectral_init_pdev_feature_caps(pdev); if (QDF_IS_STATUS_ERROR(status)) { - spectral_err("Failed to intitialize spectral pdev feature caps"); + spectral_err("Failed to initialize spectral pdev feature caps"); return QDF_STATUS_E_FAILURE; } diff --git a/spectral/dispatcher/inc/spectral_ioctl.h b/spectral/dispatcher/inc/spectral_ioctl.h index eefc2f9362..276cc47692 100644 --- a/spectral/dispatcher/inc/spectral_ioctl.h +++ b/spectral/dispatcher/inc/spectral_ioctl.h @@ -671,7 +671,7 @@ struct spectral_samp_msg { * @bin_pwr: Contains FFT magnitudes * @bin_pwr_sec80: Contains FFT magnitudes for the secondary 80 * segment - * @interf_list: List of interfernce sources + * @interf_list: List of interference sources * @noise_floor: Indicates the current noise floor * @noise_floor_sec80: Indicates the current noise floor for secondary 80 * segment diff --git a/spectral/dispatcher/inc/wlan_spectral_tgt_api.h b/spectral/dispatcher/inc/wlan_spectral_tgt_api.h index 6b4246cc25..402b50b054 100644 --- a/spectral/dispatcher/inc/wlan_spectral_tgt_api.h +++ b/spectral/dispatcher/inc/wlan_spectral_tgt_api.h @@ -1,6 +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 @@ -226,7 +226,7 @@ QDF_STATUS tgt_get_spectral_diagstats(struct wlan_objmgr_pdev *pdev, /** * tgt_register_spectral_wmi_ops() - Register Spectral WMI operations - * @psoc: Pointer to psoc bject + * @psoc: Pointer to psoc object * @wmi_ops: Pointer to the structure having Spectral WMI operations * * Implementation to register Spectral WMI operations in spectral @@ -239,7 +239,7 @@ QDF_STATUS tgt_register_spectral_wmi_ops(struct wlan_objmgr_psoc *psoc, /** * tgt_register_spectral_tgt_ops() - Register Spectral target operations - * @psoc: Pointer to psoc bject + * @psoc: Pointer to psoc object * @tgt_ops: Pointer to the structure having Spectral target operations * * Implementation to register Spectral target operations in spectral diff --git a/spectral/dispatcher/inc/wlan_spectral_utils_api.h b/spectral/dispatcher/inc/wlan_spectral_utils_api.h index 969eb0955d..7976084e81 100644 --- a/spectral/dispatcher/inc/wlan_spectral_utils_api.h +++ b/spectral/dispatcher/inc/wlan_spectral_utils_api.h @@ -1,6 +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 @@ -134,7 +134,7 @@ wlan_register_spectral_tgt_ops(struct wlan_objmgr_psoc *psoc, * @vdev_get_chan_freq: Get channel frequency * @vdev_get_chan_freq_seg2: Get secondary 80 center frequency * @vdev_get_ch_width: Get channel width - * @vdev_get_sec20chan_freq_mhz: Get seconadry 20 frequency + * @vdev_get_sec20chan_freq_mhz: Get secondary 20 frequency */ struct spectral_legacy_cbacks { int16_t (*vdev_get_chan_freq)(struct wlan_objmgr_vdev *vdev);