From: Trilok Soni Date: Mon, 7 May 2007 12:20:49 +0000 (+0530) Subject: ARM: OMAP: TSC2046 CodingStyle cleanup. X-Git-Tag: v2.6.22-omap1~169 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=95ebb4910a3965d84a8b0e27d419735e76560f61;p=linux-2.6-omap-h63xx.git ARM: OMAP: TSC2046 CodingStyle cleanup. Signed-off-by: Trilok Soni Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap2/board-2430sdp.c b/arch/arm/mach-omap2/board-2430sdp.c index 5ee970bec39..ebd26304f75 100644 --- a/arch/arm/mach-omap2/board-2430sdp.c +++ b/arch/arm/mach-omap2/board-2430sdp.c @@ -137,14 +137,16 @@ static struct omap2_mcspi_device_config tsc2046_mcspi_config = { static struct spi_board_info sdp2430_spi_board_info[] __initdata = { [0] = { - /* TSC2046 operates at a max freqency of 2MHz, so - * operate slightly below at 1.5MHz */ - .modalias = "tsc2046", - .bus_num = 1, - .chip_select = 0, - .max_speed_hz = 1500000, - .controller_data= &tsc2046_mcspi_config, - .platform_data = &tsc2046_config, + /* + * TSC2046 operates at a max freqency of 2MHz, so + * operate slightly below at 1.5MHz + */ + .modalias = "tsc2046", + .bus_num = 1, + .chip_select = 0, + .max_speed_hz = 1500000, + .controller_data = &tsc2046_mcspi_config, + .platform_data = &tsc2046_config, }, };