public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] CFQ: cleanup: fix comment for enum wl_prio_t
@ 2011-09-08 10:24 Wang Sheng-Hui
  0 siblings, 0 replies; only message in thread
From: Wang Sheng-Hui @ 2011-09-08 10:24 UTC (permalink / raw)
  To: Jens Axboe, linux-kernel

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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-09-08 10:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-08 10:24 [PATCH] CFQ: cleanup: fix comment for enum wl_prio_t Wang Sheng-Hui

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox