From: Andrew Morton <akpm@linux-foundation.org>
To: Kevin Winchester <kjwinchester@gmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH mmotm] Fix missing closing parenthesis in binfmt_elf.c
Date: Mon, 19 Nov 2007 16:39:36 -0800 [thread overview]
Message-ID: <20071119163936.986394dd.akpm@linux-foundation.org> (raw)
In-Reply-To: <47422754.9090802@gmail.com>
On Mon, 19 Nov 2007 20:16:20 -0400
Kevin Winchester <kjwinchester@gmail.com> wrote:
>
> An obviously missing closing parenthesis.
>
I'm going through complete misery with that file.
>
> ---
>
> This is more for practice sending patches than anything else, to make
> sure they are not damaged in any way.
>
> But it does bring up a good question. Are patches expected/wanted for
> the mmotm kernels?
Sure, thanks.
> Index: linux-mm/fs/binfmt_elf.c
> ===================================================================
> --- linux-mm.orig/fs/binfmt_elf.c 2007-11-19 20:01:00.000000000 -0400
> +++ linux-mm/fs/binfmt_elf.c 2007-11-19 20:02:34.000000000 -0400
> @@ -1031,7 +1031,7 @@
> }
>
> if (elf_interpreter) {
> - if (IS_AOUT_INTERP(interpreter_type) {
> + if (IS_AOUT_INTERP(interpreter_type)) {
> elf_entry = load_aout_interp(&loc->interp_ex,
> interpreter);
> } else {
prev parent reply other threads:[~2007-11-20 0:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-11-20 0:16 [PATCH mmotm] Fix missing closing parenthesis in binfmt_elf.c Kevin Winchester
2007-11-20 0:39 ` Andrew Morton [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=20071119163936.986394dd.akpm@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=kjwinchester@gmail.com \
--cc=linux-kernel@vger.kernel.org \
/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.