scsi: core: Remove leading spaces in Kconfig
authorJuerg Haefliger <juerg.haefliger@canonical.com>
Mon, 17 May 2021 09:58:35 +0000 (11:58 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 21 May 2021 21:17:41 +0000 (17:17 -0400)
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/'

Link: https://lore.kernel.org/r/20210517095835.81733-1-juergh@canonical.com
Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/Kconfig

index 3d114be5b662df8d69692d22537a61d00783025a..c5612896cdb986abda744747bf9f0c47cfd1f0c6 100644 (file)
@@ -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.