[pkg-fso-commits] [SCM] linux-2.6-openmoko, the Linux 2.6 kernel tree from Openmoko branch, andy-tracking, updated. upstream/20090303.gitb9de904e-140-g23b564c

Werner Almesberger werner at openmoko.org
Mon Jun 8 17:29:52 UTC 2009


The following commit has been merged in the andy-tracking branch:
commit 435927c4a69f587505f3429b093ca0e29e45bf1d
Author: Werner Almesberger <werner at openmoko.org>
Date:   Thu Mar 26 04:56:25 2009 -0300

    CodingStyle with copy-src also fixed
    
    Signed-off-by: Tim Niemeyer <reddog at mastersword.de>

diff --git a/arch/arm/mach-s3c2410/mach-gta01.c b/arch/arm/mach-s3c2410/mach-gta01.c
index 2af4df5..c5961d4 100644
--- a/arch/arm/mach-s3c2410/mach-gta01.c
+++ b/arch/arm/mach-s3c2410/mach-gta01.c
@@ -676,9 +676,11 @@ static struct vbus_draw gta01_udc_vbus_drawer;
 
 static void __gta01_udc_vbus_draw(struct work_struct *work)
 {
-	/* this is a fix to work around boot-time ordering problems if the
+	/*
+	 * This is a fix to work around boot-time ordering problems if the
 	 * s3c2410_udc is initialized before the pcf50606 driver has defined
-	 * pcf50606_global */
+	 * pcf50606_global
+	 */
 	if (!gta01_pcf)
 		return;
 

-- 
linux-2.6-openmoko, the Linux 2.6 kernel tree from Openmoko



More information about the pkg-fso-commits mailing list