summaryrefslogtreecommitdiff
path: root/drivers/platform/x86/intel/telemetry/core.c
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2024-02-22 16:00:52 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2024-02-22 16:00:52 +0100
commit2d6ce046e22eac405160e071f6c95b5ac6942437 (patch)
tree83e885443c4ad3d56d2c692e48863b526b9f3ae2 /drivers/platform/x86/intel/telemetry/core.c
parente60960c4ba278d3bbde28491f97a52b80b3164b5 (diff)
parent1d146b1875fc901ae6bfe26ec8fed15b8dcd97ae (diff)
Merge tag 'v5.15.144' into fslc-5.15-2.2.x-imx
This is the 5.15.144 stable release Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'drivers/platform/x86/intel/telemetry/core.c')
-rw-r--r--drivers/platform/x86/intel/telemetry/core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/platform/x86/intel/telemetry/core.c b/drivers/platform/x86/intel/telemetry/core.c
index fdf55b5d6948..e4be40f73eeb 100644
--- a/drivers/platform/x86/intel/telemetry/core.c
+++ b/drivers/platform/x86/intel/telemetry/core.c
@@ -102,7 +102,7 @@ static const struct telemetry_core_ops telm_defpltops = {
/**
* telemetry_update_events() - Update telemetry Configuration
* @pss_evtconfig: PSS related config. No change if num_evts = 0.
- * @pss_evtconfig: IOSS related config. No change if num_evts = 0.
+ * @ioss_evtconfig: IOSS related config. No change if num_evts = 0.
*
* This API updates the IOSS & PSS Telemetry configuration. Old config
* is overwritten. Call telemetry_reset_events when logging is over
@@ -176,7 +176,7 @@ EXPORT_SYMBOL_GPL(telemetry_reset_events);
/**
* telemetry_get_eventconfig() - Returns the pss and ioss events enabled
* @pss_evtconfig: Pointer to PSS related configuration.
- * @pss_evtconfig: Pointer to IOSS related configuration.
+ * @ioss_evtconfig: Pointer to IOSS related configuration.
* @pss_len: Number of u32 elements allocated for pss_evtconfig array
* @ioss_len: Number of u32 elements allocated for ioss_evtconfig array
*