All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Winchester <kjwinchester@gmail.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH mmotm] Fix missing closing parenthesis in binfmt_elf.c
Date: Mon, 19 Nov 2007 20:16:20 -0400	[thread overview]
Message-ID: <47422754.9090802@gmail.com> (raw)


An obviously missing closing parenthesis.

Signed-off-by: Kevin Winchester <kjwinchester@gmail.com>

---

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?

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 {

             reply	other threads:[~2007-11-20  0:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-20  0:16 Kevin Winchester [this message]
2007-11-20  0:39 ` [PATCH mmotm] Fix missing closing parenthesis in binfmt_elf.c Andrew Morton

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=47422754.9090802@gmail.com \
    --to=kjwinchester@gmail.com \
    --cc=akpm@linux-foundation.org \
    --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.