[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20190801191044.29046-1-adam.r.drescher@gmail.com>
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