On 12.08.2023 00:54, Stefano Stabellini wrote: > On Fri, 11 Aug 2023, Nicola Vetrini wrote: >> The variable is only ever used inside the file where it's >> defined, therefore it can have static storage. This also >> resolves a violation of MISRA C:2012 Rule 8.4 due to the absence >> of a declaration prior to the definition. >> >> Signed-off-by: Nicola Vetrini <nicola.vetr...@bugseng.com> >> Fixes: 3ba523ff957c ("CPUIDLE: enable MSI capable HPET for timer broadcast") > > Reviewed-by: Stefano Stabellini <sstabell...@kernel.org>
Acked-by: Jan Beulich <jbeul...@suse.com>