]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
PM / devfreq: Fix typo in DFSO_DOWNDIFFERENTIAL macro name
authorRiwen Lu <luriwen@kylinos.cn>
Tue, 18 Nov 2025 03:23:38 +0000 (11:23 +0800)
committerChanwoo Choi <cw00.choi@samsung.com>
Wed, 26 Nov 2025 04:58:59 +0000 (13:58 +0900)
commitd9600d57668c49308f705a660c5ad17fa3a53f73
tree7bdc7dbe0cc208a98544d8746aeea8ff9ab67f86
parentdc30fe7a0a850a88b930581d837e9a668dbcb206
PM / devfreq: Fix typo in DFSO_DOWNDIFFERENTIAL macro name

Correct the spelling error in the DFSO_DOWNDIFFERENTIAL macro
definition and update the corresponding variable assignment.

The macro was previously misspelled as DFSO_DOWNDIFFERENCTIAL.
This change ensures consistent and correct spelling throughout
the simpleondemand governor implementation.

Signed-off-by: Riwen Lu <luriwen@kylinos.cn>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Link: https://patchwork.kernel.org/project/linux-pm/patch/20251118032339.2799230-1-luriwen@kylinos.cn/
drivers/devfreq/governor_simpleondemand.c