summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/sr_device.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/sr_device.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/sr_device.c')
-rw-r--r--arch/arm/mach-omap2/sr_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/sr_device.c b/arch/arm/mach-omap2/sr_device.c
index a503e1e..62af20f 100644
--- a/arch/arm/mach-omap2/sr_device.c
+++ b/arch/arm/mach-omap2/sr_device.c
@@ -106,7 +106,7 @@ static int __init sr_dev_init(struct omap_hwmod *oh, void *user)
omap_voltage_get_volttable(sr_data->voltdm, &volt_data);
if (!volt_data) {
- pr_warning("%s: No Voltage table registerd fo VDD%d."
+ pr_warning("%s: No Voltage table registered fo VDD%d."
"Something really wrong\n\n", __func__, i + 1);
goto exit;
}