All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ARMV7: S5P: fix the macro at samsung_get_base function
@ 2010-08-24  7:50 Minkyu Kang
  2010-08-26  8:36 ` Minkyu Kang
  0 siblings, 1 reply; 2+ messages in thread
From: Minkyu Kang @ 2010-08-24  7:50 UTC (permalink / raw)
  To: u-boot

New line is unnecessary at last line of macro.

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
---
 arch/arm/include/asm/arch-s5pc1xx/cpu.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/include/asm/arch-s5pc1xx/cpu.h b/arch/arm/include/asm/arch-s5pc1xx/cpu.h
index 0e80ba3..e74959f 100644
--- a/arch/arm/include/asm/arch-s5pc1xx/cpu.h
+++ b/arch/arm/include/asm/arch-s5pc1xx/cpu.h
@@ -85,7 +85,7 @@ static inline unsigned int samsung_get_base_##device(void)	\
 		return S5PC110_##base;				\
 	else							\
 		return 0;					\
-}								\
+}
 
 SAMSUNG_BASE(clock, CLOCK_BASE)
 SAMSUNG_BASE(gpio, GPIO_BASE)
-- 
1.7.0.4

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

* [U-Boot] [PATCH] ARMV7: S5P: fix the macro at samsung_get_base function
  2010-08-24  7:50 [U-Boot] [PATCH] ARMV7: S5P: fix the macro at samsung_get_base function Minkyu Kang
@ 2010-08-26  8:36 ` Minkyu Kang
  0 siblings, 0 replies; 2+ messages in thread
From: Minkyu Kang @ 2010-08-26  8:36 UTC (permalink / raw)
  To: u-boot

On 24 August 2010 16:50, Minkyu Kang <mk7.kang@samsung.com> wrote:
> New line is unnecessary at last line of macro.
>
> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
> ---
> ?arch/arm/include/asm/arch-s5pc1xx/cpu.h | ? ?2 +-
> ?1 files changed, 1 insertions(+), 1 deletions(-)
>
applied to u-boot-samsung

Minkyu Kang
-- 
from. prom.
www.promsoft.net

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

end of thread, other threads:[~2010-08-26  8:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-24  7:50 [U-Boot] [PATCH] ARMV7: S5P: fix the macro at samsung_get_base function Minkyu Kang
2010-08-26  8:36 ` Minkyu Kang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.