PM / devfreq: Reword the kernel-doc comment for devfreq_monitor_start() API
authorManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Thu, 20 Jul 2023 08:48:54 +0000 (14:18 +0530)
committerChanwoo Choi <cw00.choi@samsung.com>
Sun, 23 Jul 2023 20:24:36 +0000 (05:24 +0900)
commitc46de2fb4ad9e2e5d9041953e87d71ee762fc160
tree2dcd3d8fce1236457d769cb593e299f95ea68ffb
parent9027f2e79788ddee716674ad9af3cdc076de18cc
PM / devfreq: Reword the kernel-doc comment for devfreq_monitor_start() API

Current kernel-doc comment doesn't specify the default timer used for the
load monitoring. Also, it uses the term "default delayed work" which could
be misunderstood as "default delayer timer". So reword the comment to
clearly specify the default timer and also reword the last sentence to make
it more understandable.

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/devfreq/devfreq.c