Commit 8c376f33 authored by Sergey Shtylyov's avatar Sergey Shtylyov Committed by Viresh Kumar
Browse files

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: 99d6bdf3 ("cpufreq: add support for CPU DVFS based on SCMI message protocol")
Signed-off-by: default avatarSergey Shtylyov <s.shtylyov@auroraos.dev>
Reviewed-by: default avatarSudeep Holla <sudeep.holla@arm.com>
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
parent 7b781899
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0
/*
 * System Control and Power Interface (SCMI) based CPUFreq Interface driver
 * System Control and Management Interface (SCMI) based CPUFreq Interface driver
 *
 * Copyright (C) 2018-2021 ARM Ltd.
 * Sudeep Holla <sudeep.holla@arm.com>