Commit 0d20dcc2 authored by Randy Dunlap's avatar Randy Dunlap Committed by Jens Axboe

block: genhd: delete duplicated words

Drop the repeated word "to" in multiple places.
Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: linux-block@vger.kernel.org
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 5b8f65e1
...@@ -1773,7 +1773,7 @@ EXPORT_SYMBOL(__alloc_disk_node); ...@@ -1773,7 +1773,7 @@ EXPORT_SYMBOL(__alloc_disk_node);
/** /**
* get_disk_and_module - increments the gendisk and gendisk fops module refcount * get_disk_and_module - increments the gendisk and gendisk fops module refcount
* @disk: the struct gendisk to to increment the refcount for * @disk: the struct gendisk to increment the refcount for
* *
* This increments the refcount for the struct gendisk, and the gendisk's * This increments the refcount for the struct gendisk, and the gendisk's
* fops module owner. * fops module owner.
...@@ -1802,7 +1802,7 @@ EXPORT_SYMBOL(get_disk_and_module); ...@@ -1802,7 +1802,7 @@ EXPORT_SYMBOL(get_disk_and_module);
/** /**
* put_disk - decrements the gendisk refcount * put_disk - decrements the gendisk refcount
* @disk: the struct gendisk to to decrement the refcount for * @disk: the struct gendisk to decrement the refcount for
* *
* This decrements the refcount for the struct gendisk. When this reaches 0 * This decrements the refcount for the struct gendisk. When this reaches 0
* we'll have disk_release() called. * we'll have disk_release() called.
...@@ -1819,7 +1819,7 @@ EXPORT_SYMBOL(put_disk); ...@@ -1819,7 +1819,7 @@ EXPORT_SYMBOL(put_disk);
/** /**
* put_disk_and_module - decrements the module and gendisk refcount * put_disk_and_module - decrements the module and gendisk refcount
* @disk: the struct gendisk to to decrement the refcount for * @disk: the struct gendisk to decrement the refcount for
* *
* This is a counterpart of get_disk_and_module() and thus also of * This is a counterpart of get_disk_and_module() and thus also of
* get_gendisk(). * get_gendisk().
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment