All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] sun8i: remove extra whitespace in dram initialization support code
@ 2015-01-11  1:48 Chen-Yu Tsai
  2015-01-11  9:31 ` Ian Campbell
  0 siblings, 1 reply; 3+ messages in thread
From: Chen-Yu Tsai @ 2015-01-11  1:48 UTC (permalink / raw)
  To: u-boot

This removes an extra whitespace introduced in an earlier commit
a474d11 ("sun8i: Add dram initialization support").

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
---

The patch introducing the whitespace is in sunxi-next.
Please squash this one if possible.

---
 arch/arm/include/asm/arch-sunxi/dram_sun8i.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/include/asm/arch-sunxi/dram_sun8i.h b/arch/arm/include/asm/arch-sunxi/dram_sun8i.h
index 246e009..06adee2 100644
--- a/arch/arm/include/asm/arch-sunxi/dram_sun8i.h
+++ b/arch/arm/include/asm/arch-sunxi/dram_sun8i.h
@@ -4,7 +4,7 @@
  * (C) Copyright 2007-2013
  * Allwinner Technology Co., Ltd. <www.allwinnertech.com>
  * CPL <cplanxy@allwinnertech.com>
- * Jerry Wang <wangflord@allwinnertech.com>
+ * Jerry Wang <wangflord@allwinnertech.com>
  *
  * (C) Copyright 2014 Hans de Goede <hdegoede@redhat.com>
  *
-- 
2.1.4

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

* [U-Boot] [PATCH] sun8i: remove extra whitespace in dram initialization support code
  2015-01-11  1:48 [U-Boot] [PATCH] sun8i: remove extra whitespace in dram initialization support code Chen-Yu Tsai
@ 2015-01-11  9:31 ` Ian Campbell
  2015-01-12  8:23   ` Chen-Yu Tsai
  0 siblings, 1 reply; 3+ messages in thread
From: Ian Campbell @ 2015-01-11  9:31 UTC (permalink / raw)
  To: u-boot

On Sun, 2015-01-11 at 09:48 +0800, Chen-Yu Tsai wrote:
> This removes an extra whitespace introduced in an earlier commit
> a474d11 ("sun8i: Add dram initialization support").
> 
> Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Ian Campbell <ijc@hellion.org.uk>

> The patch introducing the whitespace is in sunxi-next.
> Please squash this one if possible.

Something (patchwork, git am, not sure) doesn't handle the whitespace ^M
here very well, so I couldn't apply directly, but I've removed the ^M
from after Jerry's name in "sun8i: Add dram initialization support" by
hand and force pushed #next.

> 
> ---
>  arch/arm/include/asm/arch-sunxi/dram_sun8i.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/include/asm/arch-sunxi/dram_sun8i.h b/arch/arm/include/asm/arch-sunxi/dram_sun8i.h
> index 246e009..06adee2 100644
> --- a/arch/arm/include/asm/arch-sunxi/dram_sun8i.h
> +++ b/arch/arm/include/asm/arch-sunxi/dram_sun8i.h
> @@ -4,7 +4,7 @@
>   * (C) Copyright 2007-2013
>   * Allwinner Technology Co., Ltd. <www.allwinnertech.com>
>   * CPL <cplanxy@allwinnertech.com>
> - * Jerry Wang <wangflord@allwinnertech.com>
> + * Jerry Wang <wangflord@allwinnertech.com>
>   *
>   * (C) Copyright 2014 Hans de Goede <hdegoede@redhat.com>
>   *

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

* [U-Boot] [PATCH] sun8i: remove extra whitespace in dram initialization support code
  2015-01-11  9:31 ` Ian Campbell
@ 2015-01-12  8:23   ` Chen-Yu Tsai
  0 siblings, 0 replies; 3+ messages in thread
From: Chen-Yu Tsai @ 2015-01-12  8:23 UTC (permalink / raw)
  To: u-boot

On Sun, Jan 11, 2015 at 5:31 PM, Ian Campbell <ijc@hellion.org.uk> wrote:
> On Sun, 2015-01-11 at 09:48 +0800, Chen-Yu Tsai wrote:
>> This removes an extra whitespace introduced in an earlier commit
>> a474d11 ("sun8i: Add dram initialization support").
>>
>> Signed-off-by: Chen-Yu Tsai <wens@csie.org>
> Acked-by: Ian Campbell <ijc@hellion.org.uk>
>
>> The patch introducing the whitespace is in sunxi-next.
>> Please squash this one if possible.
>
> Something (patchwork, git am, not sure) doesn't handle the whitespace ^M
> here very well, so I couldn't apply directly, but I've removed the ^M
> from after Jerry's name in "sun8i: Add dram initialization support" by
> hand and force pushed #next.

There are 2 more patches with whitespace warnings, if you'd like
to clean them up:

bc11c68 sunxi: video: Add VGA output support
arch/arm/include/asm/arch-sunxi/display.h:368: trailing whitespace.
+#define SUNXI_TVE_AUTO_DETECT_STATUS_CONNECTED 1


820bb3d sunxi: gpio: Add support for gpio pins on the AXP209 pmic
drivers/power/axp209.c:208: trailing whitespace.
+               val = (pin == 3) ? AXP209_GPIO3_OUTPUT_HIGH :
drivers/power/axp209.c:211: trailing whitespace.
+               val = (pin == 3) ? AXP209_GPIO3_OUTPUT_LOW :


ChenYu

>>
>> ---
>>  arch/arm/include/asm/arch-sunxi/dram_sun8i.h | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/arch/arm/include/asm/arch-sunxi/dram_sun8i.h b/arch/arm/include/asm/arch-sunxi/dram_sun8i.h
>> index 246e009..06adee2 100644
>> --- a/arch/arm/include/asm/arch-sunxi/dram_sun8i.h
>> +++ b/arch/arm/include/asm/arch-sunxi/dram_sun8i.h
>> @@ -4,7 +4,7 @@
>>   * (C) Copyright 2007-2013
>>   * Allwinner Technology Co., Ltd. <www.allwinnertech.com>
>>   * CPL <cplanxy@allwinnertech.com>
>> - * Jerry Wang <wangflord@allwinnertech.com>
>> + * Jerry Wang <wangflord@allwinnertech.com>
>>   *
>>   * (C) Copyright 2014 Hans de Goede <hdegoede@redhat.com>
>>   *
>
>

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

end of thread, other threads:[~2015-01-12  8:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-11  1:48 [U-Boot] [PATCH] sun8i: remove extra whitespace in dram initialization support code Chen-Yu Tsai
2015-01-11  9:31 ` Ian Campbell
2015-01-12  8:23   ` Chen-Yu Tsai

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.