Skip to content

Commit 0d20dcc

Browse files
rddunlapaxboe
authored andcommitted
block: genhd: delete duplicated words
Drop the repeated word "to" in multiple places. Signed-off-by: Randy Dunlap <[email protected]> Cc: Jens Axboe <[email protected]> Cc: [email protected] Signed-off-by: Jens Axboe <[email protected]>
1 parent 5b8f65e commit 0d20dcc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

block/genhd.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1773,7 +1773,7 @@ EXPORT_SYMBOL(__alloc_disk_node);
17731773

17741774
/**
17751775
* get_disk_and_module - increments the gendisk and gendisk fops module refcount
1776-
* @disk: the struct gendisk to to increment the refcount for
1776+
* @disk: the struct gendisk to increment the refcount for
17771777
*
17781778
* This increments the refcount for the struct gendisk, and the gendisk's
17791779
* fops module owner.
@@ -1802,7 +1802,7 @@ EXPORT_SYMBOL(get_disk_and_module);
18021802

18031803
/**
18041804
* put_disk - decrements the gendisk refcount
1805-
* @disk: the struct gendisk to to decrement the refcount for
1805+
* @disk: the struct gendisk to decrement the refcount for
18061806
*
18071807
* This decrements the refcount for the struct gendisk. When this reaches 0
18081808
* we'll have disk_release() called.
@@ -1819,7 +1819,7 @@ EXPORT_SYMBOL(put_disk);
18191819

18201820
/**
18211821
* put_disk_and_module - decrements the module and gendisk refcount
1822-
* @disk: the struct gendisk to to decrement the refcount for
1822+
* @disk: the struct gendisk to decrement the refcount for
18231823
*
18241824
* This is a counterpart of get_disk_and_module() and thus also of
18251825
* get_gendisk().

0 commit comments

Comments
 (0)