2020-11-25 01:37:17

by Zou Wei

[permalink] [raw]
Subject: 答复: [PATCH -next] sched/topology: Mark some symbols with static keyword

Quentin,
Thanks for the review. I will send the v2 soon.

-----?ʼ?ԭ??-----
??????: Quentin Perret [mailto:[email protected]]
????ʱ??: 2020??11??24?? 21:24
?ռ???: Zouwei (Samuel) <[email protected]>
????: [email protected]; [email protected]; [email protected]; [email protected]; [email protected]; [email protected]; [email protected]; [email protected]; [email protected]; [email protected]
????: Re: [PATCH -next] sched/topology: Mark some symbols with static keyword

On Tuesday 24 Nov 2020 at 19:52:11 (+0800), Zou Wei wrote:
> Fix the following sparse warnings:
>
> kernel/sched/topology.c:211:1: warning: symbol 'sched_energy_mutex' was not declared. Should it be static?
> kernel/sched/topology.c:212:6: warning: symbol 'sched_energy_update' was not declared. Should it be static?
>
> Signed-off-by: Zou Wei <[email protected]>

I think this wants:

Fixes: 31f6a8c0a471 ("sched/topology,schedutil: Wrap sched domains rebuild")

But, with that:

Reviewed-by: Quentin Perret <[email protected]>

Thanks,
Quentin