Message ID | 20210517095835.81733-1-juergh@canonical.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | scsi: Remove leading spaces in Kconfig | expand |
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!
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
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.
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(-)