aboutsummaryrefslogtreecommitdiffstats
path: root/fs/binfmt_flat.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/binfmt_flat.c')
-rw-r--r--fs/binfmt_flat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/binfmt_flat.c b/fs/binfmt_flat.c
index 69ec23daa25e..a1e6860b6f46 100644
--- a/fs/binfmt_flat.c
+++ b/fs/binfmt_flat.c
@@ -574,7 +574,7 @@ static int load_flat_file(struct linux_binprm *bprm,
574 MAX_SHARED_LIBS * sizeof(unsigned long), 574 MAX_SHARED_LIBS * sizeof(unsigned long),
575 FLAT_DATA_ALIGN); 575 FLAT_DATA_ALIGN);
576 576
577 pr_debug("Allocated data+bss+stack (%ld bytes): %lx\n", 577 pr_debug("Allocated data+bss+stack (%u bytes): %lx\n",
578 data_len + bss_len + stack_len, datapos); 578 data_len + bss_len + stack_len, datapos);
579 579
580 fpos = ntohl(hdr->data_start); 580 fpos = ntohl(hdr->data_start);