t/io_uring: fix silly identical branch error
authorJens Axboe <axboe@kernel.dk>
Tue, 12 Oct 2021 20:09:33 +0000 (14:09 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 12 Oct 2021 20:09:33 +0000 (14:09 -0600)
commit7fa12b6eede2179d1f538d9120b40dc193dfae27
tree16fa92f1280535495dcbbbdb449af28b9508d6b0
parentf17ddd6547c3c67b01096c1ec9b13f83e5cdd07a
t/io_uring: fix silly identical branch error

The previous change inadvertently added the / 1000 to both branches, it
should of course only be done on the first one.

Fixes: dc10c23ab9a7 ("t/io_uring: show IOPS in increments of 1000 IOPS if necessary")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
t/io_uring.c