lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 11 May 2020 19:21:02 +0800
From:   Xiaoming Ni <nixiaoming@...wei.com>
To:     <rostedt@...dmis.org>, <mingo@...hat.com>, <tj@...nel.org>
CC:     <linux-kernel@...r.kernel.org>, <nixiaoming@...wei.com>,
        <wangle6@...wei.com>
Subject: [PATCH] trace: Remove duplicate semicolons at the end of line

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

Signed-off-by: Xiaoming Ni <nixiaoming@...wei.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ