Skip to content

Commit 8c376f3

Browse files
Sergey Shtylyovvireshk
authored andcommitted
cpufreq: scmi: correct SCMI explanation
SCMI stands for System Control and Management Interface, not System Control and Power Interface -- apparently, Sudeep Holla copied this line from his SCPI driver and then just forgot to update the acronym explanation... :-) Fixes: 99d6bdf ("cpufreq: add support for CPU DVFS based on SCMI message protocol") Signed-off-by: Sergey Shtylyov <s.shtylyov@auroraos.dev> Reviewed-by: Sudeep Holla <sudeep.holla@arm.com> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
1 parent 7b78189 commit 8c376f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/cpufreq/scmi-cpufreq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0
22
/*
3-
* System Control and Power Interface (SCMI) based CPUFreq Interface driver
3+
* System Control and Management Interface (SCMI) based CPUFreq Interface driver
44
*
55
* Copyright (C) 2018-2021 ARM Ltd.
66
* Sudeep Holla <sudeep.holla@arm.com>

0 commit comments

Comments
 (0)