Thread (5 messages) 5 messages, 2 authors, 2021-05-17

Re: [PATCH] treewide: Remove leading spaces in Kconfig files

From: Greg KH <gregkh@linuxfoundation.org>
Date: 2021-05-17 05:46:53
Also in: dri-devel, linux-arm-kernel, linux-crypto, linux-fsdevel, linux-omap, linux-scsi, linux-usb, lkml, lvs-devel, netdev, netfilter-devel, virtualization

On Sun, May 16, 2021 at 03:22:09PM +0200, Juerg Haefliger wrote:
There are a few occurences of leading spaces before tabs in a couple of
Kconfig files. Remove them by running the following command:

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

Signed-off-by: Juerg Haefliger <redacted>
---
 arch/arm/mach-omap1/Kconfig     | 12 ++++++------
 arch/arm/mach-vt8500/Kconfig    |  6 +++---
 arch/arm/mm/Kconfig             | 10 +++++-----
 drivers/char/hw_random/Kconfig  |  8 ++++----
 drivers/net/usb/Kconfig         | 10 +++++-----
 drivers/net/wan/Kconfig         |  4 ++--
 drivers/scsi/Kconfig            |  2 +-
 drivers/uio/Kconfig             |  2 +-
 drivers/video/backlight/Kconfig | 10 +++++-----
 drivers/virtio/Kconfig          |  2 +-
 drivers/w1/masters/Kconfig      |  6 +++---
 fs/proc/Kconfig                 |  4 ++--
 init/Kconfig                    |  2 +-
 net/netfilter/Kconfig           |  2 +-
 net/netfilter/ipvs/Kconfig      |  2 +-
 15 files changed, 41 insertions(+), 41 deletions(-)
Please break this up into one patch per subsystem and resend to the
proper maintainers that way.

thanks,

greg k-h
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help