public inbox for virtualization@lists.linux-foundation.org
 help / color / mirror / Atom feed
* Re: [PATCH] treewide: Remove leading spaces in Kconfig files
       [not found] <20210516132209.59229-1-juergh@canonical.com>
@ 2021-05-17  5:46 ` Greg KH
       [not found]   ` <CAB2i3ZgszsUVDuK2fkUXtD72tPSgrycnDawM4VAuGGPJiA9+cA@mail.gmail.com>
  0 siblings, 1 reply; 2+ messages in thread
From: Greg KH @ 2021-05-17  5:46 UTC (permalink / raw)
  To: Juerg Haefliger
  Cc: linux-fbdev, mst, tony, dri-devel, virtualization, zbr, lee.jones,
	daniel.thompson, linux-scsi, aaro.koskinen, Juerg Haefliger,
	kadlec, lvs-devel, ja, coreteam, kuba, pablo, jejb, horms,
	linux-omap, linux-arm-kernel, martin.petersen, jingoohan1,
	linux-usb, fw, linux-kernel, linux, netfilter-devel, linux-crypto,
	netdev, linux-fsdevel, davem

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 <juergh@canonical.com>
> ---
>  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
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] treewide: Remove leading spaces in Kconfig files
       [not found]   ` <CAB2i3ZgszsUVDuK2fkUXtD72tPSgrycnDawM4VAuGGPJiA9+cA@mail.gmail.com>
@ 2021-05-17  8:17     ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2021-05-17  8:17 UTC (permalink / raw)
  To: Juerg Haefliger
  Cc: linux-fbdev, mst, tony, dri-devel, virtualization, zbr, Lee Jones,
	Daniel Thompson, linux-scsi, aaro.koskinen, Juerg Haefliger,
	kadlec, lvs-devel, ja, coreteam, kuba, pablo, jejb, horms,
	linux-omap, linux-arm-kernel, martin.petersen, jingoohan1,
	linux-usb, fw, LKML, linux, netfilter-devel, linux-crypto, netdev,
	linux-fsdevel, David Miller

On Mon, May 17, 2021 at 10:07:43AM +0200, Juerg Haefliger wrote:
> On Mon, May 17, 2021 at 7:46 AM Greg KH <gregkh@linuxfoundation.org> wrote:
> >
> > 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 <juergh@canonical.com>
> > > ---
> > >  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.
> 
> Hmm... How is my patch different from other treewide Kconfig cleanup
> patches like:
> a7f7f6248d97 ("treewide: replace '---help---' in Kconfig files with 'help'")
> 8636a1f9677d ("treewide: surround Kconfig file paths with double quotes")
> 83fc61a563cb ("treewide: Fix typos in Kconfig")
> 769a12a9c760 ("treewide: Kconfig: fix wording / spelling")
> f54619f28fb6 ("treewide: Fix typos in Kconfig")

Ok, I'll just ignore this and not try to suggest a way for you to get
your change accepted...

greg k-h
_______________________________________________
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/virtualization

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-17  8:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20210516132209.59229-1-juergh@canonical.com>
2021-05-17  5:46 ` [PATCH] treewide: Remove leading spaces in Kconfig files Greg KH
     [not found]   ` <CAB2i3ZgszsUVDuK2fkUXtD72tPSgrycnDawM4VAuGGPJiA9+cA@mail.gmail.com>
2021-05-17  8:17     ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox