linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] scsi: Remove leading spaces in Kconfig
@ 2021-05-17  9:58 Juerg Haefliger
  2021-05-21 21:17 ` Martin K. Petersen
  2021-05-26  4:07 ` Martin K. Petersen
  0 siblings, 2 replies; 3+ messages in thread
From: Juerg Haefliger @ 2021-05-17  9:58 UTC (permalink / raw)
  To: jejb, martin.petersen, linux-scsi; +Cc: linux-kernel, juergh

Remove leading spaces before tabs in Kconfig file(s) by running the
following command:

  $ find drivers/scsi -name 'Kconfig*' | xargs sed -r -i 's/^[ ]+\t/\t/'

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

diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index 3d114be5b662..c5612896cdb9 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -311,7 +311,7 @@ source "drivers/scsi/cxlflash/Kconfig"
 config SGIWD93_SCSI
 	tristate "SGI WD93C93 SCSI Driver"
 	depends on SGI_HAS_WD93 && SCSI
-  	help
+	help
 	  If you have a Western Digital WD93 SCSI controller on
 	  an SGI MIPS system, say Y.  Otherwise, say N.
 
-- 
2.27.0


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

* Re: [PATCH] scsi: Remove leading spaces in Kconfig
  2021-05-17  9:58 [PATCH] scsi: Remove leading spaces in Kconfig Juerg Haefliger
@ 2021-05-21 21:17 ` Martin K. Petersen
  2021-05-26  4:07 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Martin K. Petersen @ 2021-05-21 21:17 UTC (permalink / raw)
  To: Juerg Haefliger; +Cc: jejb, martin.petersen, linux-scsi, linux-kernel, juergh


Juerg,

> Remove leading spaces before tabs in Kconfig file(s) by running the
> following command:
>
>   $ find drivers/scsi -name 'Kconfig*' | xargs sed -r -i 's/^[ ]+\t/\t/'

Applied to 5.14/scsi-staging, thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering

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

* Re: [PATCH] scsi: Remove leading spaces in Kconfig
  2021-05-17  9:58 [PATCH] scsi: Remove leading spaces in Kconfig Juerg Haefliger
  2021-05-21 21:17 ` Martin K. Petersen
@ 2021-05-26  4:07 ` Martin K. Petersen
  1 sibling, 0 replies; 3+ messages in thread
From: Martin K. Petersen @ 2021-05-26  4:07 UTC (permalink / raw)
  To: jejb, Juerg Haefliger, linux-scsi
  Cc: Martin K . Petersen, juergh, linux-kernel

On Mon, 17 May 2021 11:58:35 +0200, Juerg Haefliger wrote:

> Remove leading spaces before tabs in Kconfig file(s) by running the
> following command:
> 
>   $ find drivers/scsi -name 'Kconfig*' | xargs sed -r -i 's/^[ ]+\t/\t/'

Applied to 5.14/scsi-queue, thanks!

[1/1] scsi: Remove leading spaces in Kconfig
      https://git.kernel.org/mkp/scsi/c/98f92dff1412

-- 
Martin K. Petersen	Oracle Linux Engineering

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

end of thread, other threads:[~2021-05-26  4:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-17  9:58 [PATCH] scsi: Remove leading spaces in Kconfig Juerg Haefliger
2021-05-21 21:17 ` Martin K. Petersen
2021-05-26  4:07 ` Martin K. Petersen

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).