]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
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)
commit98f92dff1412d99289f04a8b9a2c107c082313b3
tree1edabc25f8257b2b059853edbc32e24c04e3831e
parent824731258b65f58764786f8d776c2007b084e12c
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>
drivers/scsi/Kconfig