thermal: devfreq_cooling: Fix kernel-doc
authorYang Li <yang.lee@linux.alibaba.com>
Wed, 9 Jun 2021 07:22:30 +0000 (15:22 +0800)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Sun, 4 Jul 2021 16:28:04 +0000 (18:28 +0200)
commit8b2ea897328c3e042ef7c3e80503c802db24a678
treefbc5b3e5e4437c2c702d48e371de888a53e1bbba
parentda5e562fbc5676902d9007db4b05af9de7a890d5
thermal: devfreq_cooling: Fix kernel-doc

Fix function name in devfreq_cooling.c comment to remove a
warning found by kernel-doc.

drivers/thermal/devfreq_cooling.c:479: warning: expecting prototype for
devfreq_cooling_em_register_power(). Prototype was for
devfreq_cooling_em_register() instead.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Reviewed-by: Nick Desaulniers <ndesaulniers@google.com>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Reviewed-by: Lukasz Luba <lukasz.luba@arm.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/1623223350-128104-1-git-send-email-yang.lee@linux.alibaba.com
drivers/thermal/devfreq_cooling.c