block: replace continue with else-if in elv_iosched_show
authorJinlong Chen <nickyc975@zju.edu.cn>
Tue, 29 Nov 2022 15:46:35 +0000 (23:46 +0800)
committerJens Axboe <axboe@kernel.dk>
Tue, 29 Nov 2022 17:53:06 +0000 (10:53 -0700)
commit5998249e3238428156b09911f1606b41113443c5
tree4052db9856c3912d394700a736050504ccb255da
parent7919d679ae09c0dc30dfecb7cbc02306cf95cdd7
block: replace continue with else-if in elv_iosched_show

else-if is more readable than continue here.

Signed-off-by: Jinlong Chen <nickyc975@zju.edu.cn>
Link: https://lore.kernel.org/r/77ac19ba556efd2c8639a6396eb4203c59bc13d6.1669736350.git.nickyc975@zju.edu.cn
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/elevator.c