]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Minor cosmetic clean-up for LDP for mainline
authorTony Lindgren <tony@atomide.com>
Fri, 10 Oct 2008 11:44:25 +0000 (14:44 +0300)
committerTony Lindgren <tony@atomide.com>
Fri, 10 Oct 2008 11:44:25 +0000 (14:44 +0300)
Minor cosmetic clean-up for LDP for mainline

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/Kconfig
arch/arm/mach-omap2/board-ldp.c

index 362edfa4117286e3efe3cd4a7cc7ea31e20ec5a3..b03e2533b1696e5f7a7d8b310d38db8169b8bca2 100644 (file)
@@ -104,7 +104,7 @@ config MACH_OMAP_2430SDP
        depends on ARCH_OMAP2 && ARCH_OMAP2430
 
 config MACH_OMAP_LDP
-       bool "OMAP 3 LDP board"
+       bool "OMAP3 LDP board"
        depends on ARCH_OMAP3 && ARCH_OMAP34XX
 
 config MACH_OMAP2EVM 
index a086a95a9972448e849e845bc77f91ffd75a06db..92710c33c47fa9356a157d0d48dae8185ce4b935 100644 (file)
@@ -147,7 +147,7 @@ static struct ads7846_platform_data tsc2046_config __initdata = {
 
 static struct omap2_mcspi_device_config tsc2046_mcspi_config = {
        .turbo_mode     = 0,
-       .single_channel = 1,  /* 0: slave, 1: master */
+       .single_channel = 1,    /* 0: slave, 1: master */
 };
 
 static struct spi_board_info ldp_spi_board_info[] __initdata = {
@@ -196,8 +196,8 @@ static int ldp_batt_table[] = {
 };
 
 static struct twl4030_bci_platform_data ldp_bci_data = {
-      .battery_tmp_tbl = ldp_batt_table,
-      .tblsize         = ARRAY_SIZE(ldp_batt_table),
+       .battery_tmp_tbl        = ldp_batt_table,
+       .tblsize                = ARRAY_SIZE(ldp_batt_table),
 };
 
 static struct twl4030_usb_data ldp_usb_data = {