Pārlūkot izejas kodu

ARM: mach-shmobile: ap4evb: remove white space from end of line

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Kuninori Morimoto 13 gadi atpakaļ
vecāks
revīzija
8e6a46757a
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      arch/arm/mach-shmobile/board-ap4evb.c

+ 1 - 1
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[] = {
 static struct resource nor_flash_resources[] = {
 	[0]	= {
 	[0]	= {
 		.start	= 0x20000000, /* CS0 shadow instead of regular CS0 */
 		.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,
 		.flags	= IORESOURCE_MEM,
 	}
 	}
 };
 };