OSDN Git Service

MIPS: asm: spram: remove unneeded semicolon
authorChengyang Fan <cy.fan@huawei.com>
Mon, 25 Jan 2021 09:48:25 +0000 (17:48 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Wed, 27 Jan 2021 20:50:22 +0000 (21:50 +0100)
Remove a superfluous semicolon after function definition.

Signed-off-by: Chengyang Fan <cy.fan@huawei.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/include/asm/spram.h

index 63cb90f..373f2a5 100644 (file)
@@ -5,7 +5,7 @@
 #if defined(CONFIG_MIPS_SPRAM)
 extern __init void spram_config(void);
 #else
-static inline void spram_config(void) { };
+static inline void spram_config(void) { }
 #endif /* CONFIG_MIPS_SPRAM */
 
 #endif /* _MIPS_SPRAM_H */