[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20200724101016.48539-1-bobo.shaobowang@huawei.com>
Date: Fri, 24 Jul 2020 18:10:16 +0800
From: Wang ShaoBo <bobo.shaobowang@...wei.com>
To: unlisted-recipients:; (no To-header on input)
CC: <cj.chengjian@...wei.com>, <huawei.libin@...wei.com>,
<axboe@...nel.dk>, <linux-kernel@...r.kernel.org>
Subject: [PATCH -next] io_uring: Semicolon cleanups in io_uring.c
Drop extra trailing Semicolon.
Signed-off-by: Wang ShaoBo <bobo.shaobowang@...wei.com>
---
fs/io_uring.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/io_uring.c b/fs/io_uring.c
index f81d36d78594..cf71c698e497 100644
--- a/fs/io_uring.c
+++ b/fs/io_uring.c
@@ -4007,7 +4007,7 @@ static int io_send(struct io_kiocb *req, bool force_nonblock,
ret = import_single_range(WRITE, sr->buf, sr->len, &iov, &msg.msg_iter);
if (unlikely(ret))
- return ret;;
+ return ret;
msg.msg_name = NULL;
msg.msg_control = NULL;
--
2.17.1
Powered by blists - more mailing lists