aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
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;