X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=engines%2Fmtd.c;h=b9f431643f6d182eb65f59c0287ee127360fea32;hp=9e154836a5a61094c51e5c74634d128a9fdcaec5;hb=HEAD;hpb=4634d057febe9b4d7028e6f02963a8fd8996ac6a 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);