drivers/net: Remove leading spaces in Kconfig

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

  $ find drivers/net -name 'Kconfig*' | xargs sed -r -i 's/^[ ]+\t/\t/'

Signed-off-by: Juerg Haefliger <juergh@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Juerg Haefliger 2021-05-17 11:58:33 +02:00 committed by David S. Miller
parent 25c55b38d8
commit 06b38e233c
2 changed files with 7 additions and 7 deletions