linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] trace: Remove duplicate semicolons at the end of line
@ 2020-05-11 11:21 Xiaoming Ni
  2020-05-11 14:24 ` Tejun Heo
  2020-05-11 20:40 ` Steven Rostedt
  0 siblings, 2 replies; 4+ messages in thread
From: Xiaoming Ni @ 2020-05-11 11:21 UTC (permalink / raw)
  To: rostedt, mingo, tj; +Cc: linux-kernel, nixiaoming, wangle6

Remove duplicate semicolons at the end of line in
include/trace/events/iocost.h

Signed-off-by: Xiaoming Ni <nixiaoming@huawei.com>
---
 include/trace/events/iocost.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/trace/events/iocost.h b/include/trace/events/iocost.h
index 7ecaa65b..91297eb 100644
--- a/include/trace/events/iocost.h
+++ b/include/trace/events/iocost.h
@@ -152,7 +152,7 @@
 
 	TP_fast_assign(
 		__assign_str(devname, ioc_name(ioc));
-		__entry->old_vrate = atomic64_read(&ioc->vtime_rate);;
+		__entry->old_vrate = atomic64_read(&ioc->vtime_rate);
 		__entry->new_vrate = new_vrate;
 		__entry->busy_level = ioc->busy_level;
 		__entry->read_missed_ppm = (*missed_ppm)[READ];
-- 
1.8.5.6


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-05-11 20:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-11 11:21 [PATCH] trace: Remove duplicate semicolons at the end of line Xiaoming Ni
2020-05-11 14:24 ` Tejun Heo
2020-05-11 20:40 ` Steven Rostedt
2020-05-11 20:42   ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).