[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1c453512-6e88-9bc0-fa3a-ac6028fc8662@huawei.com>
Date: Wed, 17 Aug 2022 14:09:02 +0800
From: Zhihao Cheng <chengzhihao1@...wei.com>
To: Li zeming <zeming@...china.com>, <richard@....at>,
<miquel.raynal@...tlin.com>, <vigneshr@...com>
CC: <linux-mtd@...ts.infradead.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] mtd/ubi/block: Remove a semicolon
在 2022/8/17 9:14, Li zeming 写道:
Reviewed-by: Zhihao Cheng <chengzhihao1@...wei.com>
> Remove the repeated ';' from code.
>
> Signed-off-by: Li zeming <zeming@...china.com>
> ---
> drivers/mtd/ubi/block.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/mtd/ubi/block.c b/drivers/mtd/ubi/block.c
> index 4cf67a2a0d04..4fc7e756d885 100644
> --- a/drivers/mtd/ubi/block.c
> +++ b/drivers/mtd/ubi/block.c
> @@ -409,7 +409,7 @@ int ubiblock_create(struct ubi_volume_info *vi)
> ret = blk_mq_alloc_tag_set(&dev->tag_set);
> if (ret) {
> dev_err(disk_to_dev(dev->gd), "blk_mq_alloc_tag_set failed");
> - goto out_free_dev;;
> + goto out_free_dev;
> }
>
>
>
Powered by blists - more mailing lists