]> Gentwo Git Trees - linux/.git/commit
drbd: turn bitmap I/O comments into regular block comments
authorSukrut Heroorkar <hsukrut3@gmail.com>
Tue, 18 Nov 2025 09:07:53 +0000 (14:37 +0530)
committerJens Axboe <axboe@kernel.dk>
Tue, 18 Nov 2025 13:48:33 +0000 (06:48 -0700)
commit2c6d792d4b7676e2b340df05425330452fee1f40
tree8b3cc89e18a73fd643220ce9b4793febe4930007
parent3179a5f7f86bcc3acd5d6fb2a29f891ef5615852
drbd: turn bitmap I/O comments into regular block comments

W=1 build warns because the bitmap I/O comments use '/**', which
marks them as kernel-doc comments even though these functions do not
document an external API.

Convert these comments to regular block comments so kernel-doc no
longer parses them.

Signed-off-by: Sukrut Heroorkar <hsukrut3@gmail.com>
Acked-by: Christoph Böhmwalder <christoph.boehmwalder@linbit.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/drbd/drbd_bitmap.c