]> git.baikalelectronics.ru Git - kernel.git/commit
block: remove typo in kernel-doc of set_disk_ro()
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Fri, 29 Jan 2021 04:55:05 +0000 (05:55 +0100)
committerJens Axboe <axboe@kernel.dk>
Fri, 29 Jan 2021 14:15:50 +0000 (07:15 -0700)
commitec5597a8518884216a58aa2827f7d6f077fa5a10
tree77a5dcdbc08c1475655c75f903afb7ea5b45df38
parentc69f4409979dd230ffd9e5510a16fa1e52415bc4
block: remove typo in kernel-doc of set_disk_ro()

Commit e8a029c25bb9 ("block: add a hard-readonly flag to struct gendisk")
provides some kernel-doc for set_disk_ro(), but introduces a small typo.

Hence, make htmldocs warns on ./block/genhd.c:1441:

  warning: Function parameter or member 'read_only' not described in 'set_disk_ro'
  warning: Excess function parameter 'ready_only' description in 'set_disk_ro'

Remove that typo in the kernel-doc for set_disk_ro().

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/genhd.c