Thread (2 messages) 2 messages, 2 authors, 2023-01-31

Re: [PATCH -next] tracing: clean up some inconsistent indentings

From: Steven Rostedt <rostedt@goodmis.org>
Date: 2023-01-31 14:46:20
Also in: lkml

On Tue, 31 Jan 2023 14:19:35 +0800
Yang Li [off-list ref] wrote:
kernel/trace/trace_events_synth.c:567 trace_event_raw_event_synth() warn: inconsistent indenting
NACK!

This just removes the warning and hence it hides the bug!

This was already reported by kernel test robot:
   https://lore.kernel.org/all/202301302110.mEtNwkBD-lkp@intel.com/ (local)

I have a fix but haven't posted it yet.

-- Steve
quoted hunk ↗ jump to hunk
Reported-by: Abaci Robot <redacted>
Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3892
Signed-off-by: Yang Li <redacted>
---
 kernel/trace/trace_events_synth.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/kernel/trace/trace_events_synth.c b/kernel/trace/trace_events_synth.c
index adb630633f31..949d4cbe3f82 100644
--- a/kernel/trace/trace_events_synth.c
+++ b/kernel/trace/trace_events_synth.c
@@ -564,7 +564,8 @@ static notrace void trace_event_raw_event_synth(void *__data,
 					   event->fields[i]->is_dynamic,
 					   data_size, &n_u64);
 			data_size += len; /* only dynamic string increments */
-		} if (event->fields[i]->is_stack) {
+		}
+		if (event->fields[i]->is_stack) {
 		        long *stack = (long *)(long)var_ref_vals[val_idx];
 
 			len = trace_stack(entry, event, stack,
  
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help