All of lore.kernel.org
 help / color / mirror / Atom feed
From: Juerg Haefliger <juerg.haefliger@canonical.com>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: Juerg Haefliger <juerg.haefliger@canonical.com>,
	aaro.koskinen@iki.fi, tony@atomide.com, linux@prisktech.co.nz,
	David Miller <davem@davemloft.net>,
	kuba@kernel.org, jejb@linux.ibm.com, martin.petersen@oracle.com,
	Lee Jones <lee.jones@linaro.org>,
	Daniel Thompson <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 <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,
	LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] treewide: Remove leading spaces in Kconfig files
Date: Mon, 17 May 2021 10:29:15 +0200	[thread overview]
Message-ID: <20210517102915.072b8665@gollum> (raw)
In-Reply-To: <YKImotylLR7D4mQW@kroah.com>

[-- Attachment #1: Type: text/plain, Size: 2242 bytes --]

On Mon, 17 May 2021 10:17:38 +0200
Greg KH <gregkh@linuxfoundation.org> wrote:

> 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...

No worries. I can make the change, was just wondering...

...Juerg
 
> greg k-h


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Juerg Haefliger <juerg.haefliger@canonical.com>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: Juerg Haefliger <juerg.haefliger@canonical.com>,
	aaro.koskinen@iki.fi, tony@atomide.com, linux@prisktech.co.nz,
	David Miller <davem@davemloft.net>,
	kuba@kernel.org, jejb@linux.ibm.com, martin.petersen@oracle.com,
	Lee Jones <lee.jones@linaro.org>,
	Daniel Thompson <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 <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,
	LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] treewide: Remove leading spaces in Kconfig files
Date: Mon, 17 May 2021 10:29:15 +0200	[thread overview]
Message-ID: <20210517102915.072b8665@gollum> (raw)
In-Reply-To: <YKImotylLR7D4mQW@kroah.com>


[-- Attachment #1.1: Type: text/plain, Size: 2242 bytes --]

On Mon, 17 May 2021 10:17:38 +0200
Greg KH <gregkh@linuxfoundation.org> wrote:

> 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...

No worries. I can make the change, was just wondering...

...Juerg
 
> greg k-h


[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
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: Juerg Haefliger <juerg.haefliger@canonical.com>
To: Greg KH <gregkh@linuxfoundation.org>
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,
	netfilter-devel@vger.kernel.org, zbr@ioremap.net,
	Lee Jones <lee.jones@linaro.org>,
	Daniel Thompson <daniel.thompson@linaro.org>,
	linux-scsi@vger.kernel.org, aaro.koskinen@iki.fi,
	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,
	LKML <linux-kernel@vger.kernel.org>,
	linux@prisktech.co.nz,
	Juerg Haefliger <juerg.haefliger@canonical.com>,
	linux-crypto@vger.kernel.org, netdev <netdev@vger.kernel.org>,
	linux-fsdevel@vger.kernel.org, David Miller <davem@davemloft.net>
Subject: Re: [PATCH] treewide: Remove leading spaces in Kconfig files
Date: Mon, 17 May 2021 10:29:15 +0200	[thread overview]
Message-ID: <20210517102915.072b8665@gollum> (raw)
In-Reply-To: <YKImotylLR7D4mQW@kroah.com>

[-- Attachment #1: Type: text/plain, Size: 2242 bytes --]

On Mon, 17 May 2021 10:17:38 +0200
Greg KH <gregkh@linuxfoundation.org> wrote:

> 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...

No worries. I can make the change, was just wondering...

...Juerg
 
> greg k-h


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Juerg Haefliger <juerg.haefliger@canonical.com>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: Juerg Haefliger <juerg.haefliger@canonical.com>,
	aaro.koskinen@iki.fi, tony@atomide.com, linux@prisktech.co.nz,
	David Miller <davem@davemloft.net>,
	kuba@kernel.org, jejb@linux.ibm.com, martin.petersen@oracle.com,
	Lee Jones <lee.jones@linaro.org>,
	Daniel Thompson <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 <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, netfilt
Subject: Re: [PATCH] treewide: Remove leading spaces in Kconfig files
Date: Mon, 17 May 2021 10:29:15 +0200	[thread overview]
Message-ID: <20210517102915.072b8665@gollum> (raw)
In-Reply-To: <YKImotylLR7D4mQW@kroah.com>

[-- Attachment #1: Type: text/plain, Size: 2242 bytes --]

On Mon, 17 May 2021 10:17:38 +0200
Greg KH <gregkh@linuxfoundation.org> wrote:

> 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...

No worries. I can make the change, was just wondering...

...Juerg
 
> greg k-h


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2021-05-17  8:29 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
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 [this message]
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=20210517102915.072b8665@gollum \
    --to=juerg.haefliger@canonical.com \
    --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=gregkh@linuxfoundation.org \
    --cc=horms@verge.net.au \
    --cc=ja@ssi.bg \
    --cc=jasowang@redhat.com \
    --cc=jejb@linux.ibm.com \
    --cc=jingoohan1@gmail.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.