]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Minor checkpatch cleanup
authorGrazvydas Ignotas <notasas@gmail.com>
Thu, 6 Nov 2008 19:49:57 +0000 (21:49 +0200)
committerTony Lindgren <tony@atomide.com>
Thu, 13 Nov 2008 23:01:42 +0000 (15:01 -0800)
Clean a line over 80 characters.

Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/board-omap3pandora.c

index 6a29ed6d8b8bf5bc106f118aece4ed18954e5b43..48f7d26d55a3aa94e86a9fe1871c959885838f2a 100644 (file)
@@ -270,7 +270,8 @@ static struct twl4030_hsmmc_info mmc[] __initdata = {
 static void __init omap3pandora_init(void)
 {
        omap3pandora_i2c_init();
-       platform_add_devices(omap3pandora_devices, ARRAY_SIZE(omap3pandora_devices));
+       platform_add_devices(omap3pandora_devices,
+                       ARRAY_SIZE(omap3pandora_devices));
        omap_board_config = omap3pandora_config;
        omap_board_config_size = ARRAY_SIZE(omap3pandora_config);
        omap_serial_init();