diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-30 18:42:30 -0700 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-07-31 16:29:47 -0600 |
commit | 0d20dcc277cfb50ec1de4db0d758f30e8f597d30 (patch) | |
tree | 9223bf2d59905f3bcabad4295a551028fdc26ebd /block/genhd.c | |
parent | 5b8f65e1f9664171a4f4c07f8cdc212650f00e77 (diff) | |
download | linux-0d20dcc277cfb50ec1de4db0d758f30e8f597d30.tar.gz linux-0d20dcc277cfb50ec1de4db0d758f30e8f597d30.tar.bz2 linux-0d20dcc277cfb50ec1de4db0d758f30e8f597d30.zip |
block: genhd: delete duplicated words
Drop the repeated word "to" in multiple places.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: linux-block@vger.kernel.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/genhd.c')
-rw-r--r-- | block/genhd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/block/genhd.c b/block/genhd.c index 8b1e9f48957c..99c64641c314 100644 --- a/block/genhd.c +++ b/block/genhd.c @@ -1773,7 +1773,7 @@ EXPORT_SYMBOL(__alloc_disk_node); /** * 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 * fops module owner. @@ -1802,7 +1802,7 @@ EXPORT_SYMBOL(get_disk_and_module); /** * 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 * we'll have disk_release() called. @@ -1819,7 +1819,7 @@ EXPORT_SYMBOL(put_disk); /** * 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 * get_gendisk(). |