public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] resource: Remove unneeded semicolon
@ 2021-01-18  1:50 Chengyang Fan
  2021-01-19 14:32 ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: Chengyang Fan @ 2021-01-18  1:50 UTC (permalink / raw)
  To: rafael.j.wysocki; +Cc: guohanjun, linux-kernel

Remove a superfluous semicolon after function definition.

Signed-off-by: Chengyang Fan <cy.fan@huawei.com>
---
 include/linux/ioport.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/ioport.h b/include/linux/ioport.h
index fe48b7840665..803c10f6a6df 100644
--- a/include/linux/ioport.h
+++ b/include/linux/ioport.h
@@ -337,7 +337,7 @@ static inline void irqresource_disabled(struct resource *res, u32 irq)
 #ifdef CONFIG_IO_STRICT_DEVMEM
 void revoke_devmem(struct resource *res);
 #else
-static inline void revoke_devmem(struct resource *res) { };
+static inline void revoke_devmem(struct resource *res) { }
 #endif
 
 #endif /* __ASSEMBLY__ */
-- 
2.25.1


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

end of thread, other threads:[~2021-01-19 22:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-18  1:50 [PATCH] resource: Remove unneeded semicolon Chengyang Fan
2021-01-19 14:32 ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox