diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-07-11 17:56:57 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-07-20 10:35:24 +0200 |
commit | 260db9028279beb0c5f0c6661b539a545959c7c7 (patch) | |
tree | 728bd95764fb3a237fe02d914f106ea562cea5f0 /arch/arm/mach-omap2/sr_device.c | |
parent | scsi: aha152x: Fix sparse warning and make printing pointer address more port... (diff) | |
download | linux-260db9028279beb0c5f0c6661b539a545959c7c7.tar.xz linux-260db9028279beb0c5f0c6661b539a545959c7c7.zip |
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.c | 2 |
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 a503e1e8358c..62af20fd64be 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; } |