File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1773,7 +1773,7 @@ EXPORT_SYMBOL(__alloc_disk_node);
1773
1773
1774
1774
/**
1775
1775
* 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
1777
1777
*
1778
1778
* This increments the refcount for the struct gendisk, and the gendisk's
1779
1779
* fops module owner.
@@ -1802,7 +1802,7 @@ EXPORT_SYMBOL(get_disk_and_module);
1802
1802
1803
1803
/**
1804
1804
* 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
1806
1806
*
1807
1807
* This decrements the refcount for the struct gendisk. When this reaches 0
1808
1808
* we'll have disk_release() called.
@@ -1819,7 +1819,7 @@ EXPORT_SYMBOL(put_disk);
1819
1819
1820
1820
/**
1821
1821
* 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
1823
1823
*
1824
1824
* This is a counterpart of get_disk_and_module() and thus also of
1825
1825
* get_gendisk().
You can’t perform that action at this time.
0 commit comments