All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] rtla/osnoise: remove unneeded semicolon
@ 2022-03-01  2:39 Haowen Bai
  0 siblings, 0 replies; only message in thread
From: Haowen Bai @ 2022-03-01  2:39 UTC (permalink / raw)
  To: bristot, rostedt; +Cc: linux-trace-devel, linux-kernel, Haowen Bai, Haowen Bai

Fixes coccicheck warning:
  tools/tracing/rtla/src/osnoise_hist.c:776:2-3: Unneeded semicolon

Signed-off-by: Haowen Bai <baihaowen88@gmail.com>
---
 tools/tracing/rtla/src/osnoise_hist.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/tracing/rtla/src/osnoise_hist.c b/tools/tracing/rtla/src/osnoise_hist.c
index 52c053c..f128f20 100644
--- a/tools/tracing/rtla/src/osnoise_hist.c
+++ b/tools/tracing/rtla/src/osnoise_hist.c
@@ -773,7 +773,7 @@ int osnoise_hist_main(int argc, char *argv[])
 
 		if (!tracefs_trace_is_on(trace->inst))
 			break;
-	};
+	}
 
 	osnoise_read_trace_hist(tool);
 
-- 
2.7.4


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-01  2:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-01  2:39 [PATCH] rtla/osnoise: remove unneeded semicolon Haowen Bai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.