Skip to content

Commit 986e263

Browse files
isilenceaxboe
authored andcommitted
io_uring/net: fix indentation
Fix up indentation before we get complaints from tooling. Signed-off-by: Pavel Begunkov <[email protected]> Link: https://lore.kernel.org/r/bd5754e3764215ccd7fb04cd636ea9167aaa275d.1661342812.git.asml.silence@gmail.com Signed-off-by: Jens Axboe <[email protected]>
1 parent 5a848b7 commit 986e263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io_uring/net.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@ int io_sendzc(struct io_kiocb *req, unsigned int issue_flags)
989989
ret = io_import_fixed(WRITE, &msg.msg_iter, req->imu,
990990
(u64)(uintptr_t)zc->buf, zc->len);
991991
if (unlikely(ret))
992-
return ret;
992+
return ret;
993993
} else {
994994
ret = import_single_range(WRITE, zc->buf, zc->len, &iov,
995995
&msg.msg_iter);

0 commit comments

Comments
 (0)