All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Juerg Haefliger <juerg.haefliger@canonical.com>
Cc: aaro.koskinen@iki.fi, tony@atomide.com, linux@prisktech.co.nz,
	davem@davemloft.net, kuba@kernel.org, jejb@linux.ibm.com,
	martin.petersen@oracle.com, lee.jones@linaro.org,
	daniel.thompson@linaro.org, jingoohan1@gmail.com, mst@redhat.com,
	jasowang@redhat.com, zbr@ioremap.net, pablo@netfilter.org,
	kadlec@netfilter.org, fw@strlen.de, horms@verge.net.au,
	ja@ssi.bg, linux-omap@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-crypto@vger.kernel.org, linux-usb@vger.kernel.org,
	netdev@vger.kernel.org, linux-scsi@vger.kernel.org,
	dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org,
	virtualization@lists.linux-foundation.org,
	linux-fsdevel@vger.kernel.org, netfilter-devel@vger.kernel.org,
	coreteam@netfilter.org, lvs-devel@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	Juerg Haefliger <juergh@canonical.com>
Subject: Re: [PATCH] treewide: Remove leading spaces in Kconfig files
Date: Mon, 17 May 2021 07:46:12 +0200	[thread overview]
Message-ID: <YKIDJIfuufBrTQ4f@kroah.com> (raw)
In-Reply-To: <20210516132209.59229-1-juergh@canonical.com>

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

WARNING: multiple messages have this Message-ID (diff)
From: Greg KH <gregkh@linuxfoundation.org>
To: Juerg Haefliger <juerg.haefliger@canonical.com>
Cc: linux-fbdev@vger.kernel.org, mst@redhat.com, tony@atomide.com,
	dri-devel@lists.freedesktop.org,
	virtualization@lists.linux-foundation.org, zbr@ioremap.net,
	lee.jones@linaro.org, daniel.thompson@linaro.org,
	linux-scsi@vger.kernel.org, aaro.koskinen@iki.fi,
	Juerg Haefliger <juergh@canonical.com>,
	kadlec@netfilter.org, lvs-devel@vger.kernel.org, ja@ssi.bg,
	coreteam@netfilter.org, kuba@kernel.org, pablo@netfilter.org,
	jejb@linux.ibm.com, horms@verge.net.au,
	linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	martin.petersen@oracle.com, jingoohan1@gmail.com,
	linux-usb@vger.kernel.org, fw@strlen.de,
	linux-kernel@vger.kernel.org, linux@prisktech.co.nz,
	netfilter-devel@vger.kernel.org, linux-crypto@vger.kernel.org,
	netdev@vger.kernel.org, linux-fsdevel@vger.kernel.org,
	davem@davemloft.net
Subject: Re: [PATCH] treewide: Remove leading spaces in Kconfig files
Date: Mon, 17 May 2021 07:46:12 +0200	[thread overview]
Message-ID: <YKIDJIfuufBrTQ4f@kroah.com> (raw)
In-Reply-To: <20210516132209.59229-1-juergh@canonical.com>

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

WARNING: multiple messages have this Message-ID (diff)
From: Greg KH <gregkh@linuxfoundation.org>
To: Juerg Haefliger <juerg.haefliger@canonical.com>
Cc: aaro.koskinen@iki.fi, tony@atomide.com, linux@prisktech.co.nz,
	davem@davemloft.net, kuba@kernel.org, jejb@linux.ibm.com,
	martin.petersen@oracle.com, lee.jones@linaro.org,
	daniel.thompson@linaro.org, jingoohan1@gmail.com, mst@redhat.com,
	jasowang@redhat.com, zbr@ioremap.net, pablo@netfilter.org,
	kadlec@netfilter.org, fw@strlen.de, horms@verge.net.au,
	ja@ssi.bg, linux-omap@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-crypto@vger.kernel.org, linux-usb@vger.kernel.org,
	netdev@vger.kernel.org, linux-scsi@vger.kernel.org,
	dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org,
	virtualization@lists.linux-foundation.org,
	linux-fsdevel@vger.kernel.org, netfilter-devel@vger.kernel.org,
	coreteam@netfilter.org, lvs-devel@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	Juerg Haefliger <juergh@canonical.com>
Subject: Re: [PATCH] treewide: Remove leading spaces in Kconfig files
Date: Mon, 17 May 2021 07:46:12 +0200	[thread overview]
Message-ID: <YKIDJIfuufBrTQ4f@kroah.com> (raw)
In-Reply-To: <20210516132209.59229-1-juergh@canonical.com>

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Greg KH <gregkh@linuxfoundation.org>
To: Juerg Haefliger <juerg.haefliger@canonical.com>
Cc: linux-fbdev@vger.kernel.org, mst@redhat.com, tony@atomide.com,
	jasowang@redhat.com, dri-devel@lists.freedesktop.org,
	virtualization@lists.linux-foundation.org, zbr@ioremap.net,
	lee.jones@linaro.org, daniel.thompson@linaro.org,
	linux-scsi@vger.kernel.org, aaro.koskinen@iki.fi,
	Juerg Haefliger <juergh@canonical.com>,
	kadlec@netfilter.org, lvs-devel@vger.kernel.org, ja@ssi.bg,
	coreteam@netfilter.org, kuba@kernel.org, pablo@netfilter.org,
	jejb@linux.ibm.com, horms@verge.net.au,
	linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	martin.petersen@oracle.com, jingoohan1@gmail.com,
	linux-usb@vger.kernel.org, fw@strlen.de,
	linux-kernel@vger.kernel.org, linux@prisktech.co.nz,
	netfilter-devel@vger.kernel.org, linux-crypto@vger.kernel.org,
	netdev@vger.kernel.org, linux-fsdevel@vger.kernel.org,
	davem@davemloft.net
Subject: Re: [PATCH] treewide: Remove leading spaces in Kconfig files
Date: Mon, 17 May 2021 07:46:12 +0200	[thread overview]
Message-ID: <YKIDJIfuufBrTQ4f@kroah.com> (raw)
In-Reply-To: <20210516132209.59229-1-juergh@canonical.com>

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

WARNING: multiple messages have this Message-ID (diff)
From: Greg KH <gregkh@linuxfoundation.org>
To: Juerg Haefliger <juerg.haefliger@canonical.com>
Cc: linux-fbdev@vger.kernel.org, mst@redhat.com, tony@atomide.com,
	dri-devel@lists.freedesktop.org,
	virtualization@lists.linux-foundation.org, zbr@ioremap.net,
	lee.jones@linaro.org, daniel.thompson@linaro.org,
	linux-scsi@vger.kernel.org, aaro.koskinen@iki.fi,
	Juerg Haefliger <juergh@canonical.com>,
	kadlec@netfilter.org, lvs-devel@vger.kernel.org, ja@ssi.bg,
	coreteam@netfilter.org, kuba@kernel.org, pablo@netfilter.org,
	jejb@linux.ibm.com, horms@verge.net.au,
	linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	martin.petersen@oracle.com, jingoohan1@gmail.com,
	linux-usb@vger.kernel.org, fw@strlen.de,
	linux-kernel@vger.kernel.org, linux@prisktech.co.nz,
	netfilter-devel@vger.kernel.org, linux-crypto@vger.kernel.org,
	netdev@vger.kernel.org, linux-fsdevel@vger.kernel.org,
	davem@davemloft.net
Subject: Re: [PATCH] treewide: Remove leading spaces in Kconfig files
Date: Mon, 17 May 2021 07:46:12 +0200	[thread overview]
Message-ID: <YKIDJIfuufBrTQ4f@kroah.com> (raw)
In-Reply-To: <20210516132209.59229-1-juergh@canonical.com>

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

  reply	other threads:[~2021-05-17  5:46 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-16 13:22 [PATCH] treewide: Remove leading spaces in Kconfig files Juerg Haefliger
2021-05-16 13:22 ` Juerg Haefliger
2021-05-16 13:22 ` Juerg Haefliger
2021-05-17  5:46 ` Greg KH [this message]
2021-05-17  5:46   ` Greg KH
2021-05-17  5:46   ` Greg KH
2021-05-17  5:46   ` Greg KH
2021-05-17  5:46   ` Greg KH
2021-05-17  8:07   ` Juerg Haefliger
2021-05-17  8:07     ` Juerg Haefliger
2021-05-17  8:07     ` Juerg Haefliger
2021-05-17  8:07     ` Juerg Haefliger
2021-05-17  8:17     ` Greg KH
2021-05-17  8:17       ` Greg KH
2021-05-17  8:17       ` Greg KH
2021-05-17  8:17       ` Greg KH
2021-05-17  8:17       ` Greg KH
2021-05-17  8:29       ` Juerg Haefliger
2021-05-17  8:29         ` Juerg Haefliger
2021-05-17  8:29         ` Juerg Haefliger
2021-05-17  8:29         ` Juerg Haefliger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YKIDJIfuufBrTQ4f@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=aaro.koskinen@iki.fi \
    --cc=coreteam@netfilter.org \
    --cc=daniel.thompson@linaro.org \
    --cc=davem@davemloft.net \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=fw@strlen.de \
    --cc=horms@verge.net.au \
    --cc=ja@ssi.bg \
    --cc=jasowang@redhat.com \
    --cc=jejb@linux.ibm.com \
    --cc=jingoohan1@gmail.com \
    --cc=juerg.haefliger@canonical.com \
    --cc=juergh@canonical.com \
    --cc=kadlec@netfilter.org \
    --cc=kuba@kernel.org \
    --cc=lee.jones@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=linux@prisktech.co.nz \
    --cc=lvs-devel@vger.kernel.org \
    --cc=martin.petersen@oracle.com \
    --cc=mst@redhat.com \
    --cc=netdev@vger.kernel.org \
    --cc=netfilter-devel@vger.kernel.org \
    --cc=pablo@netfilter.org \
    --cc=tony@atomide.com \
    --cc=virtualization@lists.linux-foundation.org \
    --cc=zbr@ioremap.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.