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 <lee.jones@linaro.org>,
Daniel Thompson <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,
LKML <linux-kernel@vger.kernel.org>,
linux@prisktech.co.nz, netfilter-devel@vger.kernel.org,
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:17:38 +0200 [thread overview]
Message-ID: <YKImotylLR7D4mQW@kroah.com> (raw)
In-Reply-To: <CAB2i3ZgszsUVDuK2fkUXtD72tPSgrycnDawM4VAuGGPJiA9+cA@mail.gmail.com>
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
prev parent reply other threads:[~2021-05-17 8:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[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 message]
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=YKImotylLR7D4mQW@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=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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox