Commit 2b20078
committed
tracing/histogram: Fix semicolon.cocci warnings
JIRA: https://issues.redhat.com/browse/RHEL-67679
commit feea69e
Author: kernel test robot <lkp@intel.com>
Date: Sat Oct 30 08:56:15 2021 +0800
tracing/histogram: Fix semicolon.cocci warnings
kernel/trace/trace_events_hist.c:6039:2-3: Unneeded semicolon
Remove unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
Link: https://lkml.kernel.org/r/20211030005615.GA41257@3074f0d39c61
Fixes: c5eac6e ("tracing/histogram: Simplify handling of .sym-offset in expressions")
CC: Kalesh Singh <kaleshsingh@google.com>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: kernel test robot <lkp@intel.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Signed-off-by: Tomas Glozar <tglozar@redhat.com>1 parent fd69119 commit 2b20078
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6051 | 6051 | | |
6052 | 6052 | | |
6053 | 6053 | | |
6054 | | - | |
| 6054 | + | |
6055 | 6055 | | |
6056 | 6056 | | |
6057 | 6057 | | |
| |||
0 commit comments