aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorWerner Almesberger <werner@openmoko.org>2009-03-26 04:56:25 -0300
committerWerner Almesberger <werner@openmoko.org>2009-03-26 04:56:25 -0300
commit435927c4a69f587505f3429b093ca0e29e45bf1d (patch)
treeb2847321bf29f1f9359844be46bc36eee76f56ff /arch
parent22543f41bd90e5a08a2f1c560462aedb214fb13a (diff)
CodingStyle with copy-src also fixed
Signed-off-by: Tim Niemeyer <reddog@mastersword.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-s3c2410/mach-gta01.c6
1 files changed, 4 insertions, 2 deletions
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;