X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=engines%2Fmtd.c;h=b9f431643f6d182eb65f59c0287ee127360fea32;hb=cab9bedf70f34142b70cf97bf4d8c8df57a6f82f;hp=9e154836a5a61094c51e5c74634d128a9fdcaec5;hpb=d3b07186b1d4c7c1d9adc1306407458ce41ad048;p=fio.git diff --git a/engines/mtd.c b/engines/mtd.c index 9e154836..b9f43164 100644 --- a/engines/mtd.c +++ b/engines/mtd.c @@ -71,8 +71,8 @@ static int fio_mtd_is_bad(struct thread_data *td, return ret; } -static enum fio_q_status -fio_mtd_queue(struct thread_data *td, struct io_u *io_u) +static enum fio_q_status fio_mtd_queue(struct thread_data *td, + struct io_u *io_u) { struct fio_file *f = io_u->file; struct fio_mtd_data *fmd = FILE_ENG_DATA(f);