From 35556e0803a874b946e4f5f83727a3c38f6563bb Mon Sep 17 00:00:00 2001 From: Vineet Gupta Date: Fri, 20 Dec 2013 19:44:47 +0530 Subject: ldso: ARC whitespace tweaks Signed-off-by: Vineet Gupta Signed-off-by: Bernhard Reutner-Fischer --- ldso/ldso/arc/elfinterp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ldso/ldso/arc/elfinterp.c') diff --git a/ldso/ldso/arc/elfinterp.c b/ldso/ldso/arc/elfinterp.c index a3d741b65..1d4481c6f 100644 --- a/ldso/ldso/arc/elfinterp.c +++ b/ldso/ldso/arc/elfinterp.c @@ -148,7 +148,7 @@ _dl_do_reloc(struct elf_resolve *tpnt, struct r_scope_elem *scope, log_entry: #if defined __SUPPORT_LD_DEBUG__ - if(_dl_debug_detail) + if (_dl_debug_detail) _dl_dprintf(_dl_debug_file,"\tpatched: %lx ==> %lx @ %pl: addend %x ", old_val, *reloc_addr, reloc_addr, rpnt->r_addend); #endif @@ -263,7 +263,7 @@ _dl_parse_lazy_relocation_information(struct dyn_elf *rpnt, * On ARC, the loadaddr of dyn exec is zero, thus elfaddr == loadaddr * Thus there is no point in adding "0" to values and un-necessarily * stir up the caches and TLB. - * For lsdo processing busybox binary, this skips over 380 relo entries + * For ldso processing busybox binary, this skips over 380 relo entries */ if (rpnt->dyn->loadaddr != 0) _dl_parse(rpnt->dyn, NULL, rel_addr, rel_size, ___DO_LAZY); -- cgit v1.2.3