提交 98f92dff 编写于 作者: J Juerg Haefliger 提交者: Martin K. Petersen

scsi: core: Remove leading spaces in Kconfig

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.comSigned-off-by: NJuerg Haefliger <juerg.haefliger@canonical.com>
Signed-off-by: NMartin K. Petersen <martin.petersen@oracle.com>
上级 82473125
...@@ -311,7 +311,7 @@ source "drivers/scsi/cxlflash/Kconfig" ...@@ -311,7 +311,7 @@ source "drivers/scsi/cxlflash/Kconfig"
config SGIWD93_SCSI config SGIWD93_SCSI
tristate "SGI WD93C93 SCSI Driver" tristate "SGI WD93C93 SCSI Driver"
depends on SGI_HAS_WD93 && SCSI depends on SGI_HAS_WD93 && SCSI
help help
If you have a Western Digital WD93 SCSI controller on If you have a Western Digital WD93 SCSI controller on
an SGI MIPS system, say Y. Otherwise, say N. an SGI MIPS system, say Y. Otherwise, say N.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册