diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2007-10-03 23:43:57 +0800 |
---|---|---|
committer | Bryan Wu <bryan.wu@analog.com> | 2007-10-03 23:43:57 +0800 |
commit | 576bb9ced2d274446639d7fbeee7125e24daf012 (patch) | |
tree | 00a33b5772fe7371d5a47c382d0487e09f01359f /fs/binfmt_flat.c | |
parent | f9720205d1f847cb59e197e851b5276425363f6b (diff) |
binfmt_flat: checkpatch fixing minimum support for the blackfin relocations
Cc: Bernd Schmidt <bernd.schmidt@analog.com>
Cc: David McCullough <davidm@snapgear.com>
Cc: Greg Ungerer <gerg@snapgear.com>
Cc: Miles Bader <miles.bader@necel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'fs/binfmt_flat.c')
-rw-r--r-- | fs/binfmt_flat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/binfmt_flat.c b/fs/binfmt_flat.c index 34e9b06a7444..fcb3405bb14e 100644 --- a/fs/binfmt_flat.c +++ b/fs/binfmt_flat.c @@ -760,7 +760,8 @@ static int load_flat_file(struct linux_binprm * bprm, } /* Get the pointer's value. */ - addr = flat_get_addr_from_rp(rp, relval, flags, &persistent); + addr = flat_get_addr_from_rp(rp, relval, flags, + &persistent); if (addr != 0) { /* * Do the relocation. PIC relocs in the data section are |