linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MIPS: asm: spram: remove unneeded semicolon
@ 2021-01-25  9:48 Chengyang Fan
  2021-01-27 21:06 ` Thomas Bogendoerfer
  0 siblings, 1 reply; 2+ messages in thread
From: Chengyang Fan @ 2021-01-25  9:48 UTC (permalink / raw)
  To: tsbogend; +Cc: linux-mips, joe

Remove a superfluous semicolon after function definition.

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

diff --git a/arch/mips/include/asm/spram.h b/arch/mips/include/asm/spram.h
index 63cb90fd4148..373f2a5d495d 100644
--- a/arch/mips/include/asm/spram.h
+++ b/arch/mips/include/asm/spram.h
@@ -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 */
-- 
2.25.1


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

* Re: [PATCH] MIPS: asm: spram: remove unneeded semicolon
  2021-01-25  9:48 [PATCH] MIPS: asm: spram: remove unneeded semicolon Chengyang Fan
@ 2021-01-27 21:06 ` Thomas Bogendoerfer
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Bogendoerfer @ 2021-01-27 21:06 UTC (permalink / raw)
  To: Chengyang Fan; +Cc: linux-mips, joe

On Mon, Jan 25, 2021 at 05:48:25PM +0800, Chengyang Fan wrote:
> Remove a superfluous semicolon after function definition.
> 
> Signed-off-by: Chengyang Fan <cy.fan@huawei.com>
> ---
>  arch/mips/include/asm/spram.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

applied to mips-next.

Thomas.

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]

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

end of thread, other threads:[~2021-01-27 21:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-25  9:48 [PATCH] MIPS: asm: spram: remove unneeded semicolon Chengyang Fan
2021-01-27 21:06 ` Thomas Bogendoerfer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).