lkml.org 
[lkml]   [2007]   [Nov]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH mmotm] Fix missing closing parenthesis in binfmt_elf.c

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 {
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2007-11-20 01:19    [W:0.037 / U:0.560 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site