All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] powerpc: Kconfig cleanups
@ 2022-05-26  6:57 ` Juerg Haefliger
  0 siblings, 0 replies; 7+ messages in thread
From: Juerg Haefliger @ 2022-05-26  6:57 UTC (permalink / raw)
  To: mpe, benh, paulus, linuxppc-dev; +Cc: linux-kernel, Juerg Haefliger

Replace some stray tabs with whitespaces and remove an extra empty
line.

Juerg Haefliger (2):
  powerpc: Kconfig: Replace tabs with whitespaces
  powerpc: Kconfig.debug: Remove extra empty line

 arch/powerpc/Kconfig       | 6 +++---
 arch/powerpc/Kconfig.debug | 1 -
 2 files changed, 3 insertions(+), 4 deletions(-)

-- 
2.32.0


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

* [PATCH 0/2] powerpc: Kconfig cleanups
@ 2022-05-26  6:57 ` Juerg Haefliger
  0 siblings, 0 replies; 7+ messages in thread
From: Juerg Haefliger @ 2022-05-26  6:57 UTC (permalink / raw)
  To: mpe, benh, paulus, linuxppc-dev; +Cc: Juerg Haefliger, linux-kernel

Replace some stray tabs with whitespaces and remove an extra empty
line.

Juerg Haefliger (2):
  powerpc: Kconfig: Replace tabs with whitespaces
  powerpc: Kconfig.debug: Remove extra empty line

 arch/powerpc/Kconfig       | 6 +++---
 arch/powerpc/Kconfig.debug | 1 -
 2 files changed, 3 insertions(+), 4 deletions(-)

-- 
2.32.0


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

* [PATCH 1/2] powerpc: Kconfig: Replace tabs with whitespaces
  2022-05-26  6:57 ` Juerg Haefliger
@ 2022-05-26  6:57   ` Juerg Haefliger
  -1 siblings, 0 replies; 7+ messages in thread
From: Juerg Haefliger @ 2022-05-26  6:57 UTC (permalink / raw)
  To: mpe, benh, paulus, linuxppc-dev; +Cc: linux-kernel, Juerg Haefliger

Replace tabs after keywords with whitespaces to be consistent.

Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>
---
 arch/powerpc/Kconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 174edabb74fa..b4acaa77837a 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -11,7 +11,7 @@ config 64BIT
 
 config LIVEPATCH_64
 	def_bool PPC64
-	depends	on LIVEPATCH
+	depends on LIVEPATCH
 
 config MMU
 	bool
@@ -446,7 +446,7 @@ choice
 	default MATH_EMULATION_FULL
 	depends on MATH_EMULATION
 
-config	MATH_EMULATION_FULL
+config MATH_EMULATION_FULL
 	bool "Emulate all the floating point instructions"
 	help
 	  Select this option will enable the kernel to support to emulate
@@ -1235,7 +1235,7 @@ config PHYSICAL_START
 	default "0x00000000"
 endif
 
-config	ARCH_RANDOM
+config ARCH_RANDOM
 	def_bool n
 
 config PPC_LIB_RHEAP
-- 
2.32.0


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

* [PATCH 1/2] powerpc: Kconfig: Replace tabs with whitespaces
@ 2022-05-26  6:57   ` Juerg Haefliger
  0 siblings, 0 replies; 7+ messages in thread
From: Juerg Haefliger @ 2022-05-26  6:57 UTC (permalink / raw)
  To: mpe, benh, paulus, linuxppc-dev; +Cc: Juerg Haefliger, linux-kernel

Replace tabs after keywords with whitespaces to be consistent.

Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>
---
 arch/powerpc/Kconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 174edabb74fa..b4acaa77837a 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -11,7 +11,7 @@ config 64BIT
 
 config LIVEPATCH_64
 	def_bool PPC64
-	depends	on LIVEPATCH
+	depends on LIVEPATCH
 
 config MMU
 	bool
@@ -446,7 +446,7 @@ choice
 	default MATH_EMULATION_FULL
 	depends on MATH_EMULATION
 
-config	MATH_EMULATION_FULL
+config MATH_EMULATION_FULL
 	bool "Emulate all the floating point instructions"
 	help
 	  Select this option will enable the kernel to support to emulate
@@ -1235,7 +1235,7 @@ config PHYSICAL_START
 	default "0x00000000"
 endif
 
-config	ARCH_RANDOM
+config ARCH_RANDOM
 	def_bool n
 
 config PPC_LIB_RHEAP
-- 
2.32.0


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

* [PATCH 2/2] powerpc: Kconfig.debug: Remove extra empty line
  2022-05-26  6:57 ` Juerg Haefliger
@ 2022-05-26  6:57   ` Juerg Haefliger
  -1 siblings, 0 replies; 7+ messages in thread
From: Juerg Haefliger @ 2022-05-26  6:57 UTC (permalink / raw)
  To: mpe, benh, paulus, linuxppc-dev; +Cc: linux-kernel, Juerg Haefliger

Remove a stray extra empty line.

Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>
---
 arch/powerpc/Kconfig.debug | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/powerpc/Kconfig.debug b/arch/powerpc/Kconfig.debug
index 192f0ed0097f..2c019e4ac432 100644
--- a/arch/powerpc/Kconfig.debug
+++ b/arch/powerpc/Kconfig.debug
@@ -305,7 +305,6 @@ config PPC_EARLY_DEBUG_OPAL
 	def_bool y
 	depends on PPC_EARLY_DEBUG_OPAL_RAW || PPC_EARLY_DEBUG_OPAL_HVSI
 
-
 config PPC_EARLY_DEBUG_HVSI_VTERMNO
 	hex "vterm number to use with early debug HVSI"
 	depends on PPC_EARLY_DEBUG_LPAR_HVSI
-- 
2.32.0


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

* [PATCH 2/2] powerpc: Kconfig.debug: Remove extra empty line
@ 2022-05-26  6:57   ` Juerg Haefliger
  0 siblings, 0 replies; 7+ messages in thread
From: Juerg Haefliger @ 2022-05-26  6:57 UTC (permalink / raw)
  To: mpe, benh, paulus, linuxppc-dev; +Cc: Juerg Haefliger, linux-kernel

Remove a stray extra empty line.

Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>
---
 arch/powerpc/Kconfig.debug | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/powerpc/Kconfig.debug b/arch/powerpc/Kconfig.debug
index 192f0ed0097f..2c019e4ac432 100644
--- a/arch/powerpc/Kconfig.debug
+++ b/arch/powerpc/Kconfig.debug
@@ -305,7 +305,6 @@ config PPC_EARLY_DEBUG_OPAL
 	def_bool y
 	depends on PPC_EARLY_DEBUG_OPAL_RAW || PPC_EARLY_DEBUG_OPAL_HVSI
 
-
 config PPC_EARLY_DEBUG_HVSI_VTERMNO
 	hex "vterm number to use with early debug HVSI"
 	depends on PPC_EARLY_DEBUG_LPAR_HVSI
-- 
2.32.0


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

* Re: [PATCH 0/2] powerpc: Kconfig cleanups
  2022-05-26  6:57 ` Juerg Haefliger
                   ` (2 preceding siblings ...)
  (?)
@ 2022-07-04 11:34 ` Michael Ellerman
  -1 siblings, 0 replies; 7+ messages in thread
From: Michael Ellerman @ 2022-07-04 11:34 UTC (permalink / raw)
  To: paulus, linuxppc-dev, Juerg Haefliger, benh, mpe; +Cc: linux-kernel

On Thu, 26 May 2022 08:57:35 +0200, Juerg Haefliger wrote:
> Replace some stray tabs with whitespaces and remove an extra empty
> line.
> 
> Juerg Haefliger (2):
>   powerpc: Kconfig: Replace tabs with whitespaces
>   powerpc: Kconfig.debug: Remove extra empty line
> 
> [...]

Applied to powerpc/next.

[1/2] powerpc: Kconfig: Replace tabs with whitespaces
      https://git.kernel.org/powerpc/c/cea9d62b64c981b2a72e7166b21ba413fea16c83
[2/2] powerpc: Kconfig.debug: Remove extra empty line
      https://git.kernel.org/powerpc/c/d60cb5010cafc7889384ce49292a320f5bcd56ff

cheers

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

end of thread, other threads:[~2022-07-04 11:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-26  6:57 [PATCH 0/2] powerpc: Kconfig cleanups Juerg Haefliger
2022-05-26  6:57 ` Juerg Haefliger
2022-05-26  6:57 ` [PATCH 1/2] powerpc: Kconfig: Replace tabs with whitespaces Juerg Haefliger
2022-05-26  6:57   ` Juerg Haefliger
2022-05-26  6:57 ` [PATCH 2/2] powerpc: Kconfig.debug: Remove extra empty line Juerg Haefliger
2022-05-26  6:57   ` Juerg Haefliger
2022-07-04 11:34 ` [PATCH 0/2] powerpc: Kconfig cleanups Michael Ellerman

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.