[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <675a89a7-5db1-dda4-de4c-ffa947fa0a21@kernel.org>
Date: Fri, 10 Mar 2023 14:53:03 +0100
From: Daniel Bristot de Oliveira <bristot@...nel.org>
To: Tom Rix <trix@...hat.com>, rostedt@...dmis.org, mhiramat@...nel.org
Cc: linux-kernel@...r.kernel.org, linux-trace-kernel@...r.kernel.org
Subject: Re: [PATCH] tracing/osnoise: set several trace_osnoise.c variables
storage-class-specifier to static
On 3/9/23 16:04, Tom Rix wrote:
> smatch reports several similar warnings
> kernel/trace/trace_osnoise.c:220:1: warning:
> symbol '__pcpu_scope_per_cpu_osnoise_var' was not declared. Should it be static?
> kernel/trace/trace_osnoise.c:243:1: warning:
> symbol '__pcpu_scope_per_cpu_timerlat_var' was not declared. Should it be static?
> kernel/trace/trace_osnoise.c:335:14: warning:
> symbol 'interface_lock' was not declared. Should it be static?
> kernel/trace/trace_osnoise.c:2242:5: warning:
> symbol 'timerlat_min_period' was not declared. Should it be static?
> kernel/trace/trace_osnoise.c:2243:5: warning:
> symbol 'timerlat_max_period' was not declared. Should it be static?
>
> These variables are only used in trace_osnoise.c, so it should be static
>
> Signed-off-by: Tom Rix <trix@...hat.com>
Acked-by: Daniel Bristot de Oliveira <bristot@...nel.org>
-- Daniel
Powered by blists - more mailing lists