diff mbox

[U-Boot] sun8i: remove extra whitespace in dram initialization support code

Message ID 1420940924-15925-1-git-send-email-wens@csie.org
State Accepted
Delegated to: Ian Campbell
Headers show

Commit Message

Chen-Yu Tsai Jan. 11, 2015, 1:48 a.m. UTC
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(-)

Comments

Ian Campbell Jan. 11, 2015, 9:31 a.m. UTC | #1
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>
>   *
Chen-Yu Tsai Jan. 12, 2015, 8:23 a.m. UTC | #2
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>
>>   *
>
>
diff mbox

Patch

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>
  *