diff --git a/io_uring/io_uring.c b/io_uring/io_uring.c index 0f88ec74e55d..5c503a3f6ecc 100644 --- a/io_uring/io_uring.c +++ b/io_uring/io_uring.c @@ -2740,7 +2740,7 @@ static int io_uring_sanitise_params(struct io_uring_params *p) if (flags & IORING_SETUP_SQ_REWIND) { if ((flags & IORING_SETUP_SQPOLL) || !(flags & IORING_SETUP_NO_SQARRAY)) - return -EINVAL; + return -EINVAL; } /* There is no way to mmap rings without a real fd */