All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers:gpio: Remove unneeded semicolon
@ 2021-11-09  8:23 cgel.zte
  2021-11-09  9:21   ` Viresh Kumar
  0 siblings, 1 reply; 3+ messages in thread
From: cgel.zte @ 2021-11-09  8:23 UTC (permalink / raw)
  To: info
  Cc: vireshk, linus.walleij, brgl, linux-gpio, virtualization,
	linux-kernel, chiminghao, Zeal Robot

From: chiminghao <chi.minghao@zte.com.cn>

Fix the following coccicheck REVIEW:
./drivers/gpio/gpio-virtio.c:437:2-3 REVIEW Unneeded semicolon

Reported-by: Zeal Robot <zealci@zte.com.cn>
Signed-off-by: chiminghao <chi.minghao@zte.com.cn>
---
 drivers/gpio/gpio-virtio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/gpio-virtio.c b/drivers/gpio/gpio-virtio.c
index aeec4bf0b625..84f96b78f32a 100644
--- a/drivers/gpio/gpio-virtio.c
+++ b/drivers/gpio/gpio-virtio.c
@@ -434,7 +434,7 @@ static void virtio_gpio_event_vq(struct virtqueue *vq)
 		ret = generic_handle_domain_irq(vgpio->gc.irq.domain, gpio);
 		if (ret)
 			dev_err(dev, "failed to handle interrupt: %d\n", ret);
-	};
+	}
 }
 
 static void virtio_gpio_request_vq(struct virtqueue *vq)
-- 
2.25.1


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

end of thread, other threads:[~2021-11-09  9:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-09  8:23 [PATCH] drivers:gpio: Remove unneeded semicolon cgel.zte
2021-11-09  9:21 ` Viresh Kumar
2021-11-09  9:21   ` Viresh Kumar

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.