diff mbox series

scsi: Remove leading spaces in Kconfig

Message ID 20210517095835.81733-1-juergh@canonical.com
State New
Headers show
Series scsi: Remove leading spaces in Kconfig | expand

Commit Message

Juerg Haefliger May 17, 2021, 9:58 a.m. UTC
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(-)

Comments

Martin K. Petersen May 21, 2021, 9:17 p.m. UTC | #1
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
Martin K. Petersen May 26, 2021, 4:07 a.m. UTC | #2
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
diff mbox series

Patch

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.