Small style improvement.
Fixed strings for consistency.
Signed-off-by: Nelson Castillo <[EMAIL PROTECTED]>
---
0 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/arch/arm/plat-s3c24xx/neo1973_pm_host.c
b/arch/arm/plat-s3c24xx/neo1973_pm_host.c
index bb25acd..67ed6e3 100644
--- a/arch/arm/plat-s3c24xx/neo1973_pm_host.c
+++ b/arch/arm/plat-s3c24xx/neo1973_pm_host.c
@@ -1,7 +1,7 @@
/*
- * Bluetooth PM code for the FIC Neo1973 GSM Phone
+ * USB Host PM code for the Openmoko GTA02 GSM Phone
*
- * (C) 2007 by Openmoko Inc.
+ * (C) 2007-2008 by Openmoko Inc.
* Author: Harald Welte <[EMAIL PROTECTED]>
* All rights reserved.
*
@@ -65,7 +65,8 @@ static int __init neo1973_pm_host_probe(struct
platform_device *pdev)
break;
}
- return sysfs_create_group(&pdev->dev.kobj, &neo1973_pm_host_attr_group);
+ return sysfs_create_group(&pdev->dev.kobj,
+ &neo1973_pm_host_attr_group);
}
static int neo1973_pm_host_remove(struct platform_device *pdev)
@@ -97,5 +98,5 @@ module_exit(neo1973_pm_host_exit);
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Andy Green <[EMAIL PROTECTED]>");
-MODULE_DESCRIPTION("Neo1973 USB Host Power Management");
+MODULE_DESCRIPTION("Openmoko GTA02 USB Host Power Management");
#endif