public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Michal Marek <mmarek@suse.cz>
To: Hiroshi Doyu <hdoyu@nvidia.com>
Cc: linux-kernel@vger.kernel.org,
	"Yann E. MORIN" <yann.morin.1998@free.fr>,
	Andi Kleen <andi@firstfloor.org>
Subject: Re: [PATCH 1/1] scripts/config: Fix wrong "shift" for --keep-case
Date: Fri, 14 Dec 2012 16:21:24 +0100	[thread overview]
Message-ID: <50CB43F4.2000908@suse.cz> (raw)
In-Reply-To: <1355467682-17217-1-git-send-email-hdoyu@nvidia.com>

On 14.12.2012 07:47, Hiroshi Doyu wrote:
> Remove wrong "shift" for --keep-case. There is always "shift" at
> beginning of while-loop. No need "shift" at --keep-case just before
> "continue" to process next argument.
> 
> Now the following works as expected:
> 
> ./scripts/config -e aAa -k -e bBb -e cCc && tail -3 .config
> CONFIG_AAA=y
> CONFIG_bBb=y
> CONFIG_cCc=y
> 
> Signed-off-by: Hiroshi Doyu <hdoyu@nvidia.com>

Applied to kbuild.git#misc, thanks.

Michal

      reply	other threads:[~2012-12-14 15:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-14  6:47 [PATCH 1/1] scripts/config: Fix wrong "shift" for --keep-case Hiroshi Doyu
2012-12-14 15:21 ` Michal Marek [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=50CB43F4.2000908@suse.cz \
    --to=mmarek@suse.cz \
    --cc=andi@firstfloor.org \
    --cc=hdoyu@nvidia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=yann.morin.1998@free.fr \
    /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