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>] [day] [month] [year] [list]
Date:   Thu,  1 Aug 2019 19:10:44 +0000
From:   Adam Drescher <adam.r.drescher@...il.com>
To:     talgi@...lanox.com
Cc:     linux-kernel@...r.kernel.org
Subject: [PATCH] linux/dim: fix comment for enum dim_stats_state

Replace duplicate DIM_STATS_WORSE in comment with correct names.

Signed-off-by: Adam Drescher <adam.r.drescher@...il.com>
---
 include/linux/dim.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/linux/dim.h b/include/linux/dim.h
index d3a0fbfff2bb..2fc0740ba55d 100644
--- a/include/linux/dim.h
+++ b/include/linux/dim.h
@@ -162,8 +162,8 @@ enum {
  * These will determine the verdict of current iteration.
  *
  * @DIM_STATS_WORSE: Current iteration shows worse performance than before
- * @DIM_STATS_WORSE: Current iteration shows same performance than before
- * @DIM_STATS_WORSE: Current iteration shows better performance than before
+ * @DIM_STATS_SAME: Current iteration shows same performance than before
+ * @DIM_STATS_BETTER: Current iteration shows better performance than before
  */
 enum {
 	DIM_STATS_WORSE,
-- 
2.20.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ