All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers: mtd: ubi: fixed a semicolon style issue in block.c
@ 2021-08-01 22:04 Rahul Balaji
  2021-08-01 22:10 ` Rahul Balaji
  2021-08-02  6:46 ` Lukas Bulwahn
  0 siblings, 2 replies; 4+ messages in thread
From: Rahul Balaji @ 2021-08-01 22:04 UTC (permalink / raw)
  To: lukas.bulwahn; +Cc: dwaipayanray1, linux-kernel-mentees

fixed a small coding style issue in using semicolon.

signed-off-by: Rahul Balaji <rahulbalaji78@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

_______________________________________________
Linux-kernel-mentees mailing list
Linux-kernel-mentees@lists.linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-08-02  6:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-01 22:04 [PATCH] drivers: mtd: ubi: fixed a semicolon style issue in block.c Rahul Balaji
2021-08-01 22:10 ` Rahul Balaji
2021-08-01 22:12   ` Rahul Balaji
2021-08-02  6:46 ` Lukas Bulwahn

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.