]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
hwrng: Kconfig - Remove leading spaces
authorJuerg Haefliger <juerg.haefliger@canonical.com>
Mon, 17 May 2021 09:58:31 +0000 (11:58 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 28 May 2021 06:21:08 +0000 (14:21 +0800)
commit11e0ca8f028c24cade0022888599e1273ce31694
treeccbe281f8479e1b10386c10c36e5ab91b5bdeeea
parent9afe77cf25d9670e61b489fd52cc6f75fd7f6803
hwrng: Kconfig - Remove leading spaces

Remove leading spaces before tabs in Kconfig file(s) by running the
following command:

  $ find drivers/char/hw_random -name 'Kconfig*' | x\
    args sed -r -i 's/^[ ]+\t/\t/'

Signed-off-by: Juerg Haefliger <juergh@canonical.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/char/hw_random/Kconfig