X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=engines%2Fdev-dax.c;h=0660bba563e6a4a522ba5ace408b78ffe4744e3c;hb=1bd5d21380cdafe36db5a8945fb7c755d8ce3d43;hp=807d8505b21121999bb5f6b6626e7ab0aced1877;hpb=d3b07186b1d4c7c1d9adc1306407458ce41ad048;p=fio.git diff --git a/engines/dev-dax.c b/engines/dev-dax.c index 807d8505..0660bba5 100644 --- a/engines/dev-dax.c +++ b/engines/dev-dax.c @@ -182,8 +182,8 @@ done: return 0; } -static enum fio_q_status -fio_devdax_queue(struct thread_data *td, struct io_u *io_u) +static enum fio_q_status fio_devdax_queue(struct thread_data *td, + struct io_u *io_u) { fio_ro_check(td, io_u); io_u->error = 0;