]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
mach-omap2: Fix typo in debug message and comment
authorMasanari Iida <standby24x7@gmail.com>
Wed, 11 Jul 2012 15:56:57 +0000 (00:56 +0900)
committerJiri Kosina <jkosina@suse.cz>
Fri, 20 Jul 2012 08:35:24 +0000 (10:35 +0200)
Correcting spelling typo in mach-omap2

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
arch/arm/mach-omap2/board-apollon.c
arch/arm/mach-omap2/board-omap4panda.c
arch/arm/mach-omap2/omap-mpuss-lowpower.c
arch/arm/mach-omap2/sr_device.c
arch/arm/mach-omap2/twl-common.c

index 502c31e123be0308f46b44bb4c40dadb88ef6e4c..3a8b665c43d208cf566e737791490a09272f97cf 100644 (file)
@@ -329,7 +329,7 @@ static void __init omap_apollon_init(void)
        /* LCD PWR_EN */
        omap_mux_init_signal("mcbsp2_dr.gpio_11", OMAP_PULL_ENA | OMAP_PULL_UP);
 
-       /* Use Interal loop-back in MMC/SDIO Module Input Clock selection */
+       /* Use Internal loop-back in MMC/SDIO Module Input Clock selection */
        v = omap_ctrl_readl(OMAP2_CONTROL_DEVCONF0);
        v |= (1 << 24);
        omap_ctrl_writel(v, OMAP2_CONTROL_DEVCONF0);
index 982fb2622ab83063840b61d867098b8ebf700df5..4d2fac5486252b15658df91110c8be3b87bd4596 100644 (file)
@@ -106,7 +106,7 @@ static struct platform_device leds_gpio = {
 static struct omap_abe_twl6040_data panda_abe_audio_data = {
        /* Audio out */
        .has_hs         = ABE_TWL6040_LEFT | ABE_TWL6040_RIGHT,
-       /* HandsFree through expasion connector */
+       /* HandsFree through expansion connector */
        .has_hf         = ABE_TWL6040_LEFT | ABE_TWL6040_RIGHT,
        /* PandaBoard: FM TX, PandaBoardES: can be connected to audio out */
        .has_aux        = ABE_TWL6040_LEFT | ABE_TWL6040_RIGHT,
index 13670aa84e58707ba0fdd284afbcee10a995b5e7..7787eb8443a36a39a82997c8871c6a00c1123535 100644 (file)
@@ -313,7 +313,7 @@ int __cpuinit omap4_hotplug_cpu(unsigned int cpu, unsigned int power_state)
        scu_pwrst_prepare(cpu, power_state);
 
        /*
-        * CPU never retuns back if targetted power state is OFF mode.
+        * CPU never retuns back if targeted power state is OFF mode.
         * CPU ONLINE follows normal CPU ONLINE ptah via
         * omap_secondary_startup().
         */
index a503e1e8358c1f011b193a22f33c48ff38ce89d2..62af20fd64be17103ded7d982ba5dd5fce6a6186 100644 (file)
@@ -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;
        }
index 119d5a910f3a4a7ef902b5a2cb4054edc1278d56..40d8abbdcb93e2849dbdd4275c0d179f233c76b5 100644 (file)
@@ -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)