OSDN Git Service

fs/buffer: Fix the ll_rw_block() kernel-doc header
authorBart Van Assche <bvanassche@acm.org>
Fri, 15 Jul 2022 18:47:34 +0000 (11:47 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 15 Jul 2022 19:10:04 +0000 (13:10 -0600)
commitf54541403b2f51d98aa65472ddb021b1ef7d1eed
tree791605a330a08b7d66134d03fb370a88930b439d
parente46b5970496705127f9ae494c66e0242773097e8
fs/buffer: Fix the ll_rw_block() kernel-doc header

Bring the ll_rw_block() kernel-doc header again in sync with the
function prototype.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Cc: Jan Kara <jack@suse.cz>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Fixes: 1420c4a549bf ("fs/buffer: Combine two submit_bh() and ll_rw_block() arguments")
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Link: https://lore.kernel.org/r/20220715184735.2326034-2-bvanassche@acm.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/buffer.c