lkml.org 
[lkml]   [2019]   [Aug]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] linux/dim: fix comment for enum dim_stats_state
Date
Replace duplicate DIM_STATS_WORSE in comment with correct names.

Signed-off-by: Adam Drescher <adam.r.drescher@gmail.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
\
 
 \ /
  Last update: 2019-08-01 21:11    [W:1.219 / U:0.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site