]> git.baikalelectronics.ru Git - kernel.git/commit
block: fix kerneldoc comment for blk_attempt_plug_merge()
authorJonathan Corbet <corbet@lwn.net>
Wed, 9 Jan 2019 20:59:32 +0000 (13:59 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 9 Jan 2019 22:29:08 +0000 (15:29 -0700)
commit6b1ba12ee65cda4a74885564499b289802651459
tree77d6118ee70afc4931279e86d666cb09564fc529
parent8f407056f2bb98591ff79ed5c6656bd50f2cce30
block: fix kerneldoc comment for blk_attempt_plug_merge()

Commit 8f4cc066e42f ("block: sum requests in the plug structure") removed
the request_count parameter from block_attempt_plug_merge(), but did not
remove the associated kerneldoc comment, introducing this warning to the
docs build:

  ./block/blk-core.c:685: warning: Excess function parameter 'request_count' description in 'blk_attempt_plug_merge'

Remove the obsolete description and make things a little quieter.

Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-core.c