* [PATCH] sched: fix sched_thermal_decay_shift kernel-doc comment
@ 2023-05-24 14:32 Chia Chuan Yu
2023-05-24 15:45 ` Mukesh Ojha
0 siblings, 1 reply; 2+ messages in thread
From: Chia Chuan Yu @ 2023-05-24 14:32 UTC (permalink / raw)
To: mingo, peterz, juri.lelli, vincent.guittot
Cc: dietmar.eggemann, rostedt, bsegall, mgorman, bristot, vschneid,
linux-kernel, Chia Chuan Yu
The comment for fix sched_thermal_decay_shift is not in kernel-doc format.
This patch will fix it.
Signed-off-by: Chia Chuan Yu <yujuan476@gmail.com>
---
kernel/sched/sched.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h
index 678446251c35..b05861f14543 100644
--- a/kernel/sched/sched.h
+++ b/kernel/sched/sched.h
@@ -1512,7 +1512,7 @@ static inline u64 rq_clock_task(struct rq *rq)
return rq->clock_task;
}
-/**
+/*
* By default the decay is the default pelt decay period.
* The decay shift can change the decay period in
* multiples of 32.
--
2.25.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] sched: fix sched_thermal_decay_shift kernel-doc comment
2023-05-24 14:32 [PATCH] sched: fix sched_thermal_decay_shift kernel-doc comment Chia Chuan Yu
@ 2023-05-24 15:45 ` Mukesh Ojha
0 siblings, 0 replies; 2+ messages in thread
From: Mukesh Ojha @ 2023-05-24 15:45 UTC (permalink / raw)
To: Chia Chuan Yu, mingo, peterz, juri.lelli, vincent.guittot
Cc: dietmar.eggemann, rostedt, bsegall, mgorman, bristot, vschneid,
linux-kernel
On 5/24/2023 8:02 PM, Chia Chuan Yu wrote:
> The comment for fix sched_thermal_decay_shift is not in kernel-doc format.
> This patch will fix it.
>
> Signed-off-by: Chia Chuan Yu <yujuan476@gmail.com>
Reviewed-by: Mukesh Ojha <quic_mojha@quicinc.com>
- Mukesh
> ---
> kernel/sched/sched.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h
> index 678446251c35..b05861f14543 100644
> --- a/kernel/sched/sched.h
> +++ b/kernel/sched/sched.h
> @@ -1512,7 +1512,7 @@ static inline u64 rq_clock_task(struct rq *rq)
> return rq->clock_task;
> }
>
> -/**
> +/*
> * By default the decay is the default pelt decay period.
> * The decay shift can change the decay period in
> * multiples of 32.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-05-24 15:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-24 14:32 [PATCH] sched: fix sched_thermal_decay_shift kernel-doc comment Chia Chuan Yu
2023-05-24 15:45 ` Mukesh Ojha
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®