[PATCH] linux/dim: fix comment for enum dim_stats_state

From: Adam Drescher
Date: Thu Aug 01 2019 - 15:11:16 EST


Replace duplicate DIM_STATS_WORSE in comment with correct names.

Signed-off-by: Adam Drescher <adam.r.drescher@xxxxxxxxx>
---
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