]> Gentwo Git Trees - linux/.git/commit
io_uring: Fix code indentation error
authorRanganath V N <vnranganath.20@gmail.com>
Tue, 21 Oct 2025 17:29:30 +0000 (22:59 +0530)
committerJens Axboe <axboe@kernel.dk>
Wed, 22 Oct 2025 16:56:11 +0000 (10:56 -0600)
commit915651b7c9473fd23d0e56fe227a97eda483cf7c
tree39081bb8d2d88695442f14ca8f7d074df6d9af97
parenta94e0657269c5b8e1a90b17aa2c048b3d276e16d
io_uring: Fix code indentation error

Fix the indentation to ensure consistent code style and improve
readability and to fix the errors:
ERROR: code indent should use tabs where possible
+               return io_net_import_vec(req, kmsg, sr->buf, sr->len, ITER_SOURCE);$

ERROR: code indent should use tabs where possible
+^I^I^I           struct io_big_cqe *big_cqe)$

Tested by running the /scripts/checkpatch.pl

Signed-off-by: Ranganath V N <vnranganath.20@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c
io_uring/net.c