From: Xiaoming Ni <nixiaoming@huawei.com>
To: <axboe@kernel.dk>, <viro@zeniv.linux.org.uk>
Cc: <io-uring@vger.kernel.org>, <linux-fsdevel@vger.kernel.org>,
<linux-kernel@vger.kernel.org>, <nixiaoming@huawei.com>,
<wangle6@huawei.com>
Subject: [PATCH] fs:io_uring:Remove duplicate semicolons at the end of line
Date: Mon, 11 May 2020 19:25:43 +0800 [thread overview]
Message-ID: <1589196343-84741-1-git-send-email-nixiaoming@huawei.com> (raw)
Remove duplicate semicolons at the end of line in fs/io_uring.c
Signed-off-by: Xiaoming Ni <nixiaoming@huawei.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 381d50b..8c543f7 100644
--- a/fs/io_uring.c
+++ b/fs/io_uring.c
@@ -5379,7 +5379,7 @@ static inline struct file *io_file_from_index(struct io_ring_ctx *ctx,
struct fixed_file_table *table;
table = &ctx->file_data->table[index >> IORING_FILE_TABLE_SHIFT];
- return table->files[index & IORING_FILE_TABLE_MASK];;
+ return table->files[index & IORING_FILE_TABLE_MASK];
}
static int io_file_get(struct io_submit_state *state, struct io_kiocb *req,
--
1.8.5.6
next reply other threads:[~2020-05-11 11:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-11 11:25 Xiaoming Ni [this message]
2020-05-11 15:04 ` [PATCH] fs:io_uring:Remove duplicate semicolons at the end of line Jens Axboe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1589196343-84741-1-git-send-email-nixiaoming@huawei.com \
--to=nixiaoming@huawei.com \
--cc=axboe@kernel.dk \
--cc=io-uring@vger.kernel.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=viro@zeniv.linux.org.uk \
--cc=wangle6@huawei.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).