summaryrefslogtreecommitdiffstats
path: root/arch/arm/include
diff options
context:
space:
mode:
authorDu Huanpeng <u74147@gmail.com>2016-04-21 19:30:28 +0800
committerSascha Hauer <s.hauer@pengutronix.de>2016-04-21 15:17:52 +0200
commitfe03b34fbefab504ec352488e12b6d39413a1f32 (patch)
tree2855d128a0b60ece156ced7b7958888e89b2e858 /arch/arm/include
parent484a088f78a57b7341c190c78ef62df6a632754d (diff)
downloadbarebox-fe03b34fbefab504ec352488e12b6d39413a1f32.tar.gz
barebox-fe03b34fbefab504ec352488e12b6d39413a1f32.tar.xz
whole tree: remove trailing whitespaces
Signed-off-by: Du Huanpeng <u74147@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/include')
-rw-r--r--arch/arm/include/asm/elf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/include/asm/elf.h b/arch/arm/include/asm/elf.h
index 724ebb0787..b98b3e52a4 100644
--- a/arch/arm/include/asm/elf.h
+++ b/arch/arm/include/asm/elf.h
@@ -90,8 +90,8 @@ extern char elf_platform[];
#define ELF_ET_DYN_BASE (2 * TASK_SIZE / 3)
-/* When the program starts, a1 contains a pointer to a function to be
- registered with atexit, as per the SVR4 ABI. A value of 0 means we
+/* When the program starts, a1 contains a pointer to a function to be
+ registered with atexit, as per the SVR4 ABI. A value of 0 means we
have no such handler. */
#define ELF_PLAT_INIT(_r, load_addr) (_r)->ARM_r0 = 0