linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Adam Drescher <adam.r.drescher@gmail.com>
To: talgi@mellanox.com
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] linux/dim: fix comment for enum dim_stats_state
Date: Thu,  1 Aug 2019 19:10:44 +0000	[thread overview]
Message-ID: <20190801191044.29046-1-adam.r.drescher@gmail.com> (raw)

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


                 reply	other threads:[~2019-08-01 19:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190801191044.29046-1-adam.r.drescher@gmail.com \
    --to=adam.r.drescher@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=talgi@mellanox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).