]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
firmware: arm_scmi: Fix function name typo in scmi_perf_proto_ops struct
authorPeng Fan <peng.fan@nxp.com>
Sun, 31 Aug 2025 06:52:37 +0000 (14:52 +0800)
committerSudeep Holla <sudeep.holla@arm.com>
Tue, 2 Sep 2025 10:21:34 +0000 (11:21 +0100)
The performance protocol ops table incorrectly referenced
power_scale_mw_get instead of the correct power_scale_get.
Fix the typo to use the proper function.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Message-Id: <20250831-scmi-cpufreq-v1-1-493031cf6e9b@nxp.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
include/linux/scmi_protocol.h

index 688466a0e816247d24704f7ba109667a14226b67..aafaac1496b06a6e4f0ca32eee58a9edf7d4a70f 100644 (file)
@@ -153,7 +153,7 @@ struct scmi_perf_domain_info {
  *     for a given device
  * @fast_switch_rate_limit: gets the minimum time (us) required between
  *     successive fast_switching requests
- * @power_scale_mw_get: indicates if the power values provided are in milliWatts
+ * @power_scale_get: indicates if the power values provided are in milliWatts
  *     or in some other (abstract) scale
  */
 struct scmi_perf_proto_ops {