diff mbox series

MIPS: loongson32: Kconfig: Remove extra space

Message ID 20220520115113.147170-1-juergh@canonical.com (mailing list archive)
State Accepted
Commit 6ad5ec543211805d4a32370e06cafee44104484c
Headers show
Series MIPS: loongson32: Kconfig: Remove extra space | expand

Commit Message

Juerg Haefliger May 20, 2022, 11:51 a.m. UTC
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(-)

Comments

Thomas Bogendoerfer May 23, 2022, 9:16 a.m. UTC | #1
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.
diff mbox series

Patch

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