Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

blk-zoned: Fix a typo in a source code comment

Remove a superfluous parenthesis that was introduced by commit fa8555630b32
("blk-zoned: Improve the queue reference count strategy documentation").

Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Reviewed-by: Damien Le Moal <dlemoal@kernel.org>
Cc: Christoph Hellwig <hch@lst.de>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>

authored by

Bart Van Assche and committed by
Jens Axboe
fd0ae475 3749ea4d

+1 -1
+1 -1
block/blk-zoned.c
··· 730 730 bio_clear_flag(bio, BIO_ZONE_WRITE_PLUGGING); 731 731 bio_io_error(bio); 732 732 disk_put_zone_wplug(zwplug); 733 - /* Drop the reference taken by disk_zone_wplug_add_bio(() */ 733 + /* Drop the reference taken by disk_zone_wplug_add_bio(). */ 734 734 blk_queue_exit(q); 735 735 } 736 736