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

Chen-Yu Tsai wens at csie.org
Mon Jan 12 09:23:07 CET 2015


On Sun, Jan 11, 2015 at 5:31 PM, Ian Campbell <ijc at 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 at csie.org>
> Acked-by: Ian Campbell <ijc at 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 at allwinnertech.com>
>> - * Jerry Wang <wangflord at allwinnertech.com>
>> + * Jerry Wang <wangflord at allwinnertech.com>
>>   *
>>   * (C) Copyright 2014 Hans de Goede <hdegoede at redhat.com>
>>   *
>
>


More information about the U-Boot mailing list