[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20211101093502.37de73c0@gandalf.local.home>
Date: Mon, 1 Nov 2021 09:35:02 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: cgel.zte@...il.com
Cc: mingo@...hat.com, linux-kernel@...r.kernel.org,
Zhang Mingyu <zhang.mingyu@....com.cn>,
Zeal Robot <zealci@....com.cn>
Subject: Re: [PATCH] tracing:Remove unneeded semicolon
On Mon, 1 Nov 2021 05:56:02 +0000
cgel.zte@...il.com wrote:
> From: Zhang Mingyu <zhang.mingyu@....com.cn>
>
> Eliminate the following coccinelle check warning:
> kernel/trace/trace_events_hist.c:6087:2-3
Thanks, but a fix (by a robot) was already added to my queue.
https://lore.kernel.org/all/20211030005615.GA41257@3074f0d39c61/
-- Steve
>
> Reported-by: Zeal Robot <zealci@....com.cn>
> Signed-off-by: Zhang Mingyu <zhang.mingyu@....com.cn>
> ---
> kernel/trace/trace_events_hist.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/kernel/trace/trace_events_hist.c b/kernel/trace/trace_events_hist.c
> index cddf6bf165a0..61586f16a853 100644
> --- a/kernel/trace/trace_events_hist.c
> +++ b/kernel/trace/trace_events_hist.c
> @@ -6084,7 +6084,7 @@ static int event_hist_trigger_func(struct event_command *cmd_ops,
> while (start) {
> *(start + 4) = 'X';
> start = strstr(start + 11, ".sym-offset");
> - };
> + }
>
> attrs = parse_hist_trigger_attrs(file->tr, trigger);
> if (IS_ERR(attrs))
Powered by blists - more mailing lists