Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e5dde92c authored by Namhyung Kim's avatar Namhyung Kim Committed by Rafael J. Wysocki
Browse files

cpufreq: Fix a typo in comment



Fix a typo in a comment in cpufreq_governor.h.

[rjw: Changelog]
Signed-off-by: default avatarNamhyung Kim <namhyung@kernel.org>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 091930a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ static void *get_cpu_dbs_info_s(int cpu) \
 * dbs: used as a shortform for demand based switching It helps to keep variable
 *	names smaller, simpler
 * cdbs: common dbs
 * on_*: On-demand governor
 * od_*: On-demand governor
 * cs_*: Conservative governor
 */