[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20211030005615.GA41257@3074f0d39c61>
Date: Sat, 30 Oct 2021 08:56:15 +0800
From: kernel test robot <lkp@...el.com>
To: Kalesh Singh <kaleshsingh@...gle.com>
Cc: kbuild-all@...ts.01.org, linux-kernel@...r.kernel.org,
"Steven Rostedt (VMware)" <rostedt@...dmis.org>,
Ingo Molnar <mingo@...hat.com>
Subject: [PATCH] tracing/histogram: fix semicolon.cocci warnings
From: kernel test robot <lkp@...el.com>
kernel/trace/trace_events_hist.c:6039:2-3: Unneeded semicolon
Remove unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
Fixes: c5eac6ee8bc5 ("tracing/histogram: Simplify handling of .sym-offset in expressions")
CC: Kalesh Singh <kaleshsingh@...gle.com>
Reported-by: kernel test robot <lkp@...el.com>
Signed-off-by: kernel test robot <lkp@...el.com>
---
tree: https://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git for-next
head: 93d76e4a0e0112b320c4f0e2a3930ad634628c58
commit: c5eac6ee8bc5d32e48b3845472b547574061f49f [91/100] tracing/histogram: Simplify handling of .sym-offset in expressions
:::::: branch date: 24 hours ago
:::::: commit date: 3 days ago
trace_events_hist.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/kernel/trace/trace_events_hist.c
+++ b/kernel/trace/trace_events_hist.c
@@ -6036,7 +6036,7 @@ static int event_hist_trigger_func(struc
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