From: Ladislav Michl Date: Wed, 4 Jan 2006 00:12:45 +0000 (-0800) Subject: [PATCH] ARM: OMAP: Fix VoiceBlue indentation X-Git-Tag: v2.6.15-omap2~23 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=442827b48c14534333d40164f73a99787c1cc51c;p=linux-2.6-omap-h63xx.git [PATCH] ARM: OMAP: Fix VoiceBlue indentation Fix VoiceBlue indentation --- diff --git a/arch/arm/mach-omap1/board-voiceblue.c b/arch/arm/mach-omap1/board-voiceblue.c index 6f9a6220e78..5a2e1d1647c 100644 --- a/arch/arm/mach-omap1/board-voiceblue.c +++ b/arch/arm/mach-omap1/board-voiceblue.c @@ -155,9 +155,9 @@ static struct omap_uart_config voiceblue_uart_config __initdata = { }; static struct omap_board_config_kernel voiceblue_config[] = { - { OMAP_TAG_USB, &voiceblue_usb_config }, - { OMAP_TAG_MMC, &voiceblue_mmc_config }, - { OMAP_TAG_UART, &voiceblue_uart_config }, + { OMAP_TAG_USB, &voiceblue_usb_config }, + { OMAP_TAG_MMC, &voiceblue_mmc_config }, + { OMAP_TAG_UART, &voiceblue_uart_config }, }; static void __init voiceblue_init_irq(void)