===================================================================
@@ -287,7 +287,7 @@ static struct omap_dss_device am3517_evm
.type = OMAP_DISPLAY_TYPE_DPI,
.name = "lcd",
.driver_name = "sharp_lq_panel",
- .phy.dpi.data_lines = 16,
+ .phy.dpi.data_lines = 16,
.platform_enable = am3517_evm_panel_enable_lcd,
.platform_disable = am3517_evm_panel_disable_lcd,
};
@@ -302,8 +302,8 @@ static void am3517_evm_panel_disable_tv(
}
static struct omap_dss_device am3517_evm_tv_device = {
- .type = OMAP_DISPLAY_TYPE_VENC,
- .name = "tv",
+ .type = OMAP_DISPLAY_TYPE_VENC,
+ .name = "tv",
.driver_name = "venc",
.phy.venc.type = OMAP_DSS_VENC_TYPE_SVIDEO,
.platform_enable = am3517_evm_panel_enable_tv,
===================================================================
@@ -326,7 +326,7 @@ static void __init omap_apollon_init(voi
omap_ctrl_writel(v, OMAP2_CONTROL_DEVCONF0);
/*
- * Make sure the serial ports are muxed on at this point.
+ * Make sure the serial ports are muxed on at this point.
* You have to mux them off in device drivers later on
* if not needed.
*/
===================================================================
@@ -138,11 +138,11 @@ static struct platform_device h4_flash_d
static struct omap_kp_platform_data h4_kp_data = {
.rows = 6,
.cols = 7,
- .keymap = h4_keymap,
- .keymapsize = ARRAY_SIZE(h4_keymap),
+ .keymap = h4_keymap,
+ .keymapsize = ARRAY_SIZE(h4_keymap),
.rep = 1,
- .row_gpios = row_gpios,
- .col_gpios = col_gpios,
+ .row_gpios = row_gpios,
+ .col_gpios = col_gpios,
};
static struct platform_device h4_kp_device = {
@@ -260,7 +260,7 @@ static void __init h4_init_flash(void)
unsigned long base;
if (gpmc_cs_request(H4_FLASH_CS, SZ_64M, &base) < 0) {
- printk("Can't request GPMC CS for flash\n");
+ printk(KERN_ERR "Can't request GPMC CS for flash\n");
return;
}
h4_flash_resource.start = base;
===================================================================
@@ -38,12 +38,12 @@
#define IGEP2_SMSC911X_CS 5
#define IGEP2_SMSC911X_GPIO 176
#define IGEP2_GPIO_USBH_NRESET 24
-#define IGEP2_GPIO_LED0_GREEN 26
-#define IGEP2_GPIO_LED0_RED 27
-#define IGEP2_GPIO_LED1_RED 28
+#define IGEP2_GPIO_LED0_GREEN 26
+#define IGEP2_GPIO_LED0_RED 27
+#define IGEP2_GPIO_LED1_RED 28
#define IGEP2_GPIO_DVI_PUP 170
-#define IGEP2_GPIO_WIFI_NPD 94
-#define IGEP2_GPIO_WIFI_NRESET 95
+#define IGEP2_GPIO_WIFI_NPD 94
+#define IGEP2_GPIO_WIFI_NRESET 95
#if defined(CONFIG_MTD_ONENAND_OMAP2) || \
defined(CONFIG_MTD_ONENAND_OMAP2_MODULE)
@@ -518,7 +518,7 @@ static void __init igep2_init(void)
if ((gpio_request(IGEP2_GPIO_WIFI_NPD, "GPIO_WIFI_NPD") == 0) &&
(gpio_direction_output(IGEP2_GPIO_WIFI_NPD, 1) == 0)) {
gpio_export(IGEP2_GPIO_WIFI_NPD, 0);
-/* gpio_set_value(IGEP2_GPIO_WIFI_NPD, 0); */
+/* gpio_set_value(IGEP2_GPIO_WIFI_NPD, 0); */
} else
pr_warning("IGEP v2: Could not obtain gpio GPIO_WIFI_NPD\n");
===================================================================
@@ -141,7 +141,7 @@ static struct gpio_keys_button ldp_gpio_
.gpio = 104,
.desc = "func 3",
.active_low = 1,
- .debounce_interval = 30,
+ .debounce_interval = 30,
},
[4] = {
.code = KEY_F4,
===================================================================
@@ -59,7 +59,7 @@ static struct spi_board_info rx51_periph
.modalias = "wl1251",
.bus_num = 4,
.chip_select = 0,
- .max_speed_hz = 48000000,
+ .max_speed_hz = 48000000,
.mode = SPI_MODE_3,
.controller_data = &wl1251_mcspi_config,
.platform_data = &wl1251_pdata,