[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1336480264-15530-1-git-send-email-zwu.kernel@gmail.com>
Date: Tue, 8 May 2012 20:31:04 +0800
From: zwu.kernel@...il.com
To: linux-kernel@...r.kernel.org
Cc: axboe@...nel.dk, wuzhy@...ux.vnet.ibm.com
Subject: [PATCH] block: fix uncorrect file description
From: Zhi Yong Wu <wuzhy@...ux.vnet.ibm.com>
Signed-off-by: Zhi Yong Wu <wuzhy@...ux.vnet.ibm.com>
---
block/blk-exec.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/block/blk-exec.c b/block/blk-exec.c
index fb2cbd5..3681c6e 100644
--- a/block/blk-exec.c
+++ b/block/blk-exec.c
@@ -1,5 +1,5 @@
/*
- * Functions related to setting various queue properties from drivers
+ * Functions related to executing a block request
*/
#include <linux/kernel.h>
#include <linux/module.h>
--
1.7.6
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists