[PATCH] drivers: mtd: ubi: fixed a semicolon style issue in block.c

Rahul Balaji rahulbalaji78 at gmail.com
Sun Aug 1 22:12:48 UTC 2021


sorry for that slight misunderstanding. i thought the first patch meant
only a small test patch for the first file. I will send the other changes
shortly too.

Thank you for your understanding.

yours sincerely,
Rahul.



On Mon, Aug 2, 2021 at 2:10 AM Rahul Balaji <rahulbalaji78 at gmail.com> wrote:

> respected mentor,
>
> I have sent the first patch only as per the task. please do give me your
> confirmation so that i can proceed further with the other patches too
>
> Thank you,
> sincerely,
> rahul.
>
> On Mon, Aug 2, 2021 at 2:06 AM Rahul Balaji <rahulbalaji78 at gmail.com>
> wrote:
>
>> fixed a small coding style issue in using semicolon.
>>
>> signed-off-by: Rahul Balaji <rahulbalaji78 at gmail.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 e003b4b44ffa..e0402c2f8959 100644
>> --- a/drivers/mtd/ubi/block.c
>> +++ b/drivers/mtd/ubi/block.c
>> @@ -405,7 +405,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;
>>         }
>>
>>
>> --
>> 2.25.1
>>
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linuxfoundation.org/pipermail/linux-kernel-mentees/attachments/20210802/f7e3a25d/attachment.html>


More information about the Linux-kernel-mentees mailing list