]> git.ipfire.org Git - thirdparty/linux.git/commit
io_uring: fix bad indentation for setup flags if statement
authorJens Axboe <axboe@kernel.dk>
Fri, 23 Jan 2026 12:09:08 +0000 (05:09 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 23 Jan 2026 12:09:08 +0000 (05:09 -0700)
commit1edf0891d0f4a6c186721e41323c9a3b86ceceda
tree569819b7710ff6e928f51021993e560e21c32cc2
parent82dadc8a494758093e775336390cb31033c6f9a3
io_uring: fix bad indentation for setup flags if statement

smatch complains about this:

smatch warnings:
io_uring/io_uring.c:2741 io_uring_sanitise_params() warn: if statement not indented

hence fix it up.

Link: https://lore.kernel.org/all/202601231651.HeTmPS8C-lkp@intel.com/
Fixes: 5247c034a67f ("io_uring: introduce non-circular SQ")
Reported-by: kernel test robot <lkp@intel.com>
Reported-by: Dan Carpenter <dan.carpenter@linaro.org>
Closes: https://lore.kernel.org/r/202601231651.HeTmPS8C-lkp@intel.com/
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c