All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wang Sheng-Hui <shhuiw@gmail.com>
To: Jens Axboe <axboe@kernel.dk>, linux-kernel@vger.kernel.org
Subject: [PATCH] CFQ: cleanup: fix comment for enum wl_prio_t
Date: Thu, 08 Sep 2011 18:24:08 +0800	[thread overview]
Message-ID: <4E6897C8.4070602@gmail.com> (raw)

The patch is against 3.1-rc3.

The value of IDLE_WORKLOAD is 2. No negative value here.

Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
---
 block/cfq-iosched.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/block/cfq-iosched.c b/block/cfq-iosched.c
index a33bd43..344efa3 100644
--- a/block/cfq-iosched.c
+++ b/block/cfq-iosched.c
@@ -153,7 +153,7 @@ struct cfq_queue {
 
 /*
  * First index in the service_trees.
- * IDLE is handled separately, so it has negative index
+ * IDLE is handled separately.
  */
 enum wl_prio_t {
 	BE_WORKLOAD = 0,
-- 
1.7.1


                 reply	other threads:[~2011-09-08 10:24 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=4E6897C8.4070602@gmail.com \
    --to=shhuiw@gmail.com \
    --cc=axboe@kernel.dk \
    --cc=linux-kernel@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.