Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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.com
Signed-off-by: Juerg Haefliger <juerg.haefliger@canonical.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

authored by

Juerg Haefliger and committed by
Martin K. Petersen
98f92dff 82473125

+1 -1
+1 -1
drivers/scsi/Kconfig
··· 311 311 config SGIWD93_SCSI 312 312 tristate "SGI WD93C93 SCSI Driver" 313 313 depends on SGI_HAS_WD93 && SCSI 314 - help 314 + help 315 315 If you have a Western Digital WD93 SCSI controller on 316 316 an SGI MIPS system, say Y. Otherwise, say N. 317 317