]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
blk-mq: Remove redundant 'return' statement
authorBaolin Wang <baolin.wang@linux.alibaba.com>
Mon, 15 Jun 2020 09:12:23 +0000 (17:12 +0800)
committerJens Axboe <axboe@kernel.dk>
Mon, 15 Jun 2020 14:34:43 +0000 (08:34 -0600)
commita8a5e383cf41c3852621f8cdfb9141c77b004cdd
tree0470934da3a2d86449885ab35f149e603db0b4e2
parent4b25bbf52a55b58f03473333eafe61c0d46125aa
blk-mq: Remove redundant 'return' statement

The blk_mq_all_tag_iter() is a void function, thus remove
the redundant 'return' statement in this function.

Signed-off-by: Baolin Wang <baolin.wang@linux.alibaba.com>
Reviewed-by: Ming Lei <ming.lei@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq-tag.c