diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-26 14:32:57 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-26 14:32:57 +0000 |
commit | f5d8c90d73777d912ddffea9dd7c537c3a1a43a5 (patch) | |
tree | a358be6a258f4c7c8905f1809737e74413df26c6 /modutils/insmod.c | |
parent | 2649f215aecf923713d2f9a379cf651437ddf499 (diff) | |
download | busybox-w32-f5d8c90d73777d912ddffea9dd7c537c3a1a43a5.tar.gz busybox-w32-f5d8c90d73777d912ddffea9dd7c537c3a1a43a5.tar.bz2 busybox-w32-f5d8c90d73777d912ddffea9dd7c537c3a1a43a5.zip |
style fixes, no code changes
Diffstat (limited to 'modutils/insmod.c')
-rw-r--r-- | modutils/insmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/insmod.c b/modutils/insmod.c index 3fbb02b75..4ac1a1e1b 100644 --- a/modutils/insmod.c +++ b/modutils/insmod.c | |||
@@ -2893,7 +2893,7 @@ new_init_module(const char *m_name, struct obj_file *f, unsigned long m_size) | |||
2893 | 2893 | ||
2894 | sec = obj_find_section(f, ".this"); | 2894 | sec = obj_find_section(f, ".this"); |
2895 | if (!sec || !sec->contents) { | 2895 | if (!sec || !sec->contents) { |
2896 | bb_perror_msg_and_die("corrupt module %s?",m_name); | 2896 | bb_perror_msg_and_die("corrupt module %s?", m_name); |
2897 | } | 2897 | } |
2898 | module = (struct new_module *) sec->contents; | 2898 | module = (struct new_module *) sec->contents; |
2899 | m_addr = sec->header.sh_addr; | 2899 | m_addr = sec->header.sh_addr; |