All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MIPS: loongson32: Kconfig: Remove extra space
@ 2022-05-20 11:51 Juerg Haefliger
  2022-05-23  9:16 ` Thomas Bogendoerfer
  0 siblings, 1 reply; 2+ messages in thread
From: Juerg Haefliger @ 2022-05-20 11:51 UTC (permalink / raw)
  To: keguang.zhang, tsbogend, linux-mips; +Cc: linux-kernel, Juerg Haefliger

Remove extra space between 'prompt' keyword and string.

Signed-off-by: Juerg Haefliger <juergh@canonical.com>
---
 arch/mips/loongson32/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/mips/loongson32/Kconfig b/arch/mips/loongson32/Kconfig
index e27879b4813b..2ef9da0016df 100644
--- a/arch/mips/loongson32/Kconfig
+++ b/arch/mips/loongson32/Kconfig
@@ -46,7 +46,7 @@ menuconfig CEVT_CSRC_LS1X
 	  If unsure, say N.
 
 choice
-	prompt  "Select clockevent/clocksource"
+	prompt "Select clockevent/clocksource"
 	depends on CEVT_CSRC_LS1X
 	default TIMER_USE_PWM0
 
-- 
2.32.0


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

* Re: [PATCH] MIPS: loongson32: Kconfig: Remove extra space
  2022-05-20 11:51 [PATCH] MIPS: loongson32: Kconfig: Remove extra space Juerg Haefliger
@ 2022-05-23  9:16 ` Thomas Bogendoerfer
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Bogendoerfer @ 2022-05-23  9:16 UTC (permalink / raw)
  To: Juerg Haefliger; +Cc: keguang.zhang, linux-mips, linux-kernel, Juerg Haefliger

On Fri, May 20, 2022 at 01:51:13PM +0200, Juerg Haefliger wrote:
> Remove extra space between 'prompt' keyword and string.
> 
> Signed-off-by: Juerg Haefliger <juergh@canonical.com>
> ---
>  arch/mips/loongson32/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/mips/loongson32/Kconfig b/arch/mips/loongson32/Kconfig
> index e27879b4813b..2ef9da0016df 100644
> --- a/arch/mips/loongson32/Kconfig
> +++ b/arch/mips/loongson32/Kconfig
> @@ -46,7 +46,7 @@ menuconfig CEVT_CSRC_LS1X
>  	  If unsure, say N.
>  
>  choice
> -	prompt  "Select clockevent/clocksource"
> +	prompt "Select clockevent/clocksource"
>  	depends on CEVT_CSRC_LS1X
>  	default TIMER_USE_PWM0
>  
> -- 
> 2.32.0

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:[~2022-05-23  9:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-20 11:51 [PATCH] MIPS: loongson32: Kconfig: Remove extra space Juerg Haefliger
2022-05-23  9:16 ` Thomas Bogendoerfer

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.