From 435927c4a69f587505f3429b093ca0e29e45bf1d Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Thu, 26 Mar 2009 04:56:25 -0300 Subject: CodingStyle with copy-src also fixed Signed-off-by: Tim Niemeyer --- arch/arm/mach-s3c2410/mach-gta01.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'arch') diff --git a/arch/arm/mach-s3c2410/mach-gta01.c b/arch/arm/mach-s3c2410/mach-gta01.c index 2af4df572c8..c5961d49ad8 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; -- cgit v1.2.3