提交 84695089 编写于 作者: X Xiaoming Ni 提交者: Jens Axboe

io_uring: remove duplicate semicolon at the end of line

Remove duplicate semicolon at the end of line in io_file_from_index()
Signed-off-by: NXiaoming Ni <nixiaoming@huawei.com>
Signed-off-by: NJens Axboe <axboe@kernel.dk>
上级 7d01bd74
......@@ -5364,7 +5364,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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册