projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a848b7
)
io_uring/net: fix indentation
author
Pavel Begunkov
<asml.silence@gmail.com>
Wed, 24 Aug 2022 12:07:40 +0000
(13:07 +0100)
committer
Jens Axboe
<axboe@kernel.dk>
Wed, 24 Aug 2022 14:57:15 +0000
(08:57 -0600)
Fix up indentation before we get complaints from tooling.
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link:
https://lore.kernel.org/r/bd5754e3764215ccd7fb04cd636ea9167aaa275d.1661342812.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/net.c
patch
|
blob
|
history
diff --git
a/io_uring/net.c
b/io_uring/net.c
index d6310c655a0f6af710fe62b962133be308d51f9b..3adcb09ae26439fc453354443c7562d70a604986 100644
(file)
--- a/
io_uring/net.c
+++ b/
io_uring/net.c
@@
-989,7
+989,7
@@
int io_sendzc(struct io_kiocb *req, unsigned int issue_flags)
ret = io_import_fixed(WRITE, &msg.msg_iter, req->imu,
(u64)(uintptr_t)zc->buf, zc->len);
if (unlikely(ret))
-
return ret;
+ return ret;
} else {
ret = import_single_range(WRITE, zc->buf, zc->len, &iov,
&msg.msg_iter);