summaryrefslogtreecommitdiff
path: root/include/linux/blkdev.h
diff options
context:
space:
mode:
authorWanlong Gao <wanlong.gao@gmail.com>2011-06-13 10:45:38 +0200
committerJens Axboe <jaxboe@fusionio.com>2011-06-13 10:45:38 +0200
commit4d0d98b60eba726e0a4f3e6617628b070c444707 (patch)
treefb83b8412ff2bf7602adabe317a1ca702aa683ec /include/linux/blkdev.h
parentdf4156569d4ace581bd1581e7aa4a9dd7d2f0775 (diff)
block:fix the comment error in blkdev.h
There is not a function rq_init but blk_rq_init in block/blk-core.c. Signed-off-by: Wanlong Gao <wanlong.gao@gmail.com> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r--include/linux/blkdev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index ae9091a68480..4ce6e68da2bd 100644
--- a/include/linux/blkdev.h
+++ b/include/linux/blkdev.h
@@ -73,7 +73,7 @@ enum rq_cmd_type_bits {
/*
* try to put the fields that are referenced together in the same cacheline.
- * if you modify this structure, be sure to check block/blk-core.c:rq_init()
+ * if you modify this structure, be sure to check block/blk-core.c:blk_rq_init()
* as well!
*/
struct request {