]> www.infradead.org Git - nvme.git/commit
blk-mq: Clean up blk_mq_requeue_work()
authorBart Van Assche <bvanassche@acm.org>
Thu, 12 Dec 2024 21:29:40 +0000 (13:29 -0800)
committerJens Axboe <axboe@kernel.dk>
Fri, 13 Dec 2024 15:09:43 +0000 (08:09 -0700)
commit312ccd4b755a09dc44e8a25f9c9526a4587ab53c
treedefd8a5e86d2cfbedf85194c77c4a6a84e1ce97a
parente01424fab35d77439956ea98c915c639fbf16db0
blk-mq: Clean up blk_mq_requeue_work()

Move a statement that occurs in both branches of an if-statement in front
of the if-statement. Fix a typo in a source code comment. No functionality
has been changed.

Reviewed-by: Damien Le Moal <dlemoal@kernel.org>
Cc: Christoph Hellwig <hch@lst.de>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Nitesh Shetty <nj.shetty@samsung.com>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Link: https://lore.kernel.org/r/20241212212941.1268662-3-bvanassche@acm.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq.c