From: Kuninori Morimoto Date: Fri, 11 Nov 2011 02:45:12 +0000 (-0800) Subject: ARM: mach-shmobile: ap4evb: remove white space from end of line X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=8e6a46757ad11a16354b9037e17d6135d9a4bb87;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git ARM: mach-shmobile: ap4evb: remove white space from end of line Signed-off-by: Kuninori Morimoto Signed-off-by: Paul Mundt --- diff --git a/arch/arm/mach-shmobile/board-ap4evb.c b/arch/arm/mach-shmobile/board-ap4evb.c index a3aa0f6df964..4c865ece9ac4 100644 --- a/arch/arm/mach-shmobile/board-ap4evb.c +++ b/arch/arm/mach-shmobile/board-ap4evb.c @@ -201,7 +201,7 @@ static struct physmap_flash_data nor_flash_data = { static struct resource nor_flash_resources[] = { [0] = { .start = 0x20000000, /* CS0 shadow instead of regular CS0 */ - .end = 0x28000000 - 1, /* needed by USB MASK ROM boot */ + .end = 0x28000000 - 1, /* needed by USB MASK ROM boot */ .flags = IORESOURCE_MEM, } };