mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] fixup! exitcall: Add exitcall infrastructure
@ 2015-07-12 10:09 Antony Pavlov
  2015-07-12 10:09 ` [PATCH] fixup! exitcall: move arch_shutdown to " Antony Pavlov
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Antony Pavlov @ 2015-07-12 10:09 UTC (permalink / raw)
  To: barebox; +Cc: Herve Codina

---
fix whitespaces
---
 arch/ppc/boards/pcm030/barebox.lds.S | 2 +-
 arch/ppc/mach-mpc85xx/barebox.lds.S  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/ppc/boards/pcm030/barebox.lds.S b/arch/ppc/boards/pcm030/barebox.lds.S
index dc71464..0e08e05 100644
--- a/arch/ppc/boards/pcm030/barebox.lds.S
+++ b/arch/ppc/boards/pcm030/barebox.lds.S
@@ -111,7 +111,7 @@ SECTIONS
   .barebox_initcalls : { INITCALLS }
   __barebox_initcalls_end = .;
   __initcall_entries = (__barebox_initcalls_end - __barebox_initcalls_start) >> 2;
-  
+
   __barebox_exitcalls_start = .;
   .barebox_exitcalls : { EXITCALLS }
   __barebox_exitcalls_end = .;
diff --git a/arch/ppc/mach-mpc85xx/barebox.lds.S b/arch/ppc/mach-mpc85xx/barebox.lds.S
index f0894a1..1f7f52c 100644
--- a/arch/ppc/mach-mpc85xx/barebox.lds.S
+++ b/arch/ppc/mach-mpc85xx/barebox.lds.S
@@ -108,11 +108,11 @@ SECTIONS
   .barebox_initcalls : { INITCALLS }
   __barebox_initcalls_end = .;
   __initcall_entries = (__barebox_initcalls_end - __barebox_initcalls_start)>>2;
-  
+
   __barebox_exitcalls_start = .;
   .barebox_exitcalls : { EXITCALLS }
   __barebox_exitcalls_end = .;
-  __exitcall_entries = (__barebox_exitcalls_end - __barebox_exitcalls_start)>>2;
+  __exitcall_entries = (__barebox_exitcalls_end - __barebox_exitcalls_start) >> 2;
 
   __usymtab_start = .;
   __usymtab : { BAREBOX_SYMS }
-- 
2.1.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-07-14 15:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-12 10:09 [PATCH] fixup! exitcall: Add exitcall infrastructure Antony Pavlov
2015-07-12 10:09 ` [PATCH] fixup! exitcall: move arch_shutdown to " Antony Pavlov
2015-07-13  6:28 ` [PATCH] fixup! exitcall: Add " Sascha Hauer
2015-07-14 15:07 ` codina.herve

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox