summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/twl-common.c
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2012-07-11 15:56:57 (GMT)
committerJiri Kosina <jkosina@suse.cz>2012-07-20 08:35:24 (GMT)
commit260db9028279beb0c5f0c6661b539a545959c7c7 (patch)
tree728bd95764fb3a237fe02d914f106ea562cea5f0 /arch/arm/mach-omap2/twl-common.c
parentb631cf1f899f9d2e449884dbccc34940637c639f (diff)
downloadlinux-fsl-qoriq-260db9028279beb0c5f0c6661b539a545959c7c7.tar.xz
mach-omap2: Fix typo in debug message and comment
Correcting spelling typo in mach-omap2 Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/arm/mach-omap2/twl-common.c')
-rw-r--r--arch/arm/mach-omap2/twl-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/twl-common.c b/arch/arm/mach-omap2/twl-common.c
index 119d5a9..40d8abb 100644
--- a/arch/arm/mach-omap2/twl-common.c
+++ b/arch/arm/mach-omap2/twl-common.c
@@ -92,7 +92,7 @@ void __init omap4_pmic_init(const char *pmic_type,
void __init omap_pmic_late_init(void)
{
- /* Init the OMAP TWL parameters (if PMIC has been registerd) */
+ /* Init the OMAP TWL parameters (if PMIC has been registered) */
if (pmic_i2c_board_info.irq)
omap3_twl_init();
if (omap4_i2c1_board_info[0].irq)