]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
treewide: Fix typos in kernel messages
authorMasanari Iida <standby24x7@gmail.com>
Sat, 30 Mar 2013 16:23:50 +0000 (01:23 +0900)
committerJiri Kosina <jkosina@suse.cz>
Sun, 31 Mar 2013 15:50:31 +0000 (17:50 +0200)
Correct spelling typos in various part of printk.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c
drivers/net/ethernet/atheros/atl1c/atl1c_hw.c
drivers/scsi/lpfc/lpfc_bsg.c
drivers/scsi/osd/osd_initiator.c
drivers/video/exynos/exynos_dp_core.c
tools/power/cpupower/debug/i386/intel_gsic.c

index beb6dbacebd95d4c97aad78a40ad42b92ad8fcb5..98a9c093a6b9012c13eec72bc5aaa019f4c0606e 100644 (file)
@@ -1312,7 +1312,7 @@ static inline int s5p_mfc_get_new_ctx(struct s5p_mfc_dev *dev)
        int cnt;
 
        spin_lock_irqsave(&dev->condlock, flags);
-       mfc_debug(2, "Previos context: %d (bits %08lx)\n", dev->curr_ctx,
+       mfc_debug(2, "Previous context: %d (bits %08lx)\n", dev->curr_ctx,
                                                        dev->ctx_work_bits);
        new_ctx = (dev->curr_ctx + 1) % MFC_NUM_CONTEXTS;
        cnt = 0;
index 21e261ffbe106c164e009566d589ebb7938863e3..3ef7092e3f1c5ff0fd31cb53a0253a0c7532d711 100644 (file)
@@ -810,7 +810,7 @@ int atl1c_power_saving(struct atl1c_hw *hw, u32 wufc)
        if (wufc & AT_WUFC_LNKC) {
                wol_ctrl |= WOL_LINK_CHG_EN | WOL_LINK_CHG_PME_EN;
                if (atl1c_write_phy_reg(hw, MII_IER, IER_LINK_UP) != 0) {
-                       dev_dbg(&pdev->dev, "%s: write phy MII_IER faild.\n",
+                       dev_dbg(&pdev->dev, "%s: write phy MII_IER failed.\n",
                                atl1c_driver_name);
                }
        }
index 32d5683e6181e5def7d42b4ea02897056f17e788..f5d106456f1d0b449259c3dba06edb1af6b17092 100644 (file)
@@ -4741,7 +4741,7 @@ lpfc_bsg_mbox_cmd(struct fc_bsg_job *job)
        if (job->request_len <
            sizeof(struct fc_bsg_request) + sizeof(struct dfc_mbox_req)) {
                lpfc_printf_log(phba, KERN_INFO, LOG_LIBDFC,
-                               "2737 Mix-and-match backward compability "
+                               "2737 Mix-and-match backward compatibility "
                                "between MBOX_REQ old size:%d and "
                                "new request size:%d\n",
                                (int)(job->request_len -
index d8293f25ca339637ed1fe705b23a32acebb3a03f..aa66361ed44b71772da913c74c69640b43909f23 100644 (file)
@@ -1049,7 +1049,7 @@ static struct bio *_create_sg_bios(struct osd_request *or,
 
        bio = bio_kmalloc(GFP_KERNEL, numentries);
        if (unlikely(!bio)) {
-               OSD_DEBUG("Faild to allocate BIO size=%u\n", numentries);
+               OSD_DEBUG("Failed to allocate BIO size=%u\n", numentries);
                return ERR_PTR(-ENOMEM);
        }
 
index de9d4da0e3daaf465966bb3837b42245acba2de4..12bbede3b091e68ae0600b7fb55c765052d2f66d 100644 (file)
@@ -976,14 +976,14 @@ static int exynos_dp_dt_parse_phydata(struct exynos_dp_device *dp)
        }
 
        if (of_property_read_u32(dp_phy_node, "reg", &phy_base)) {
-               dev_err(dp->dev, "faild to get reg for dptx-phy\n");
+               dev_err(dp->dev, "failed to get reg for dptx-phy\n");
                ret = -EINVAL;
                goto err;
        }
 
        if (of_property_read_u32(dp_phy_node, "samsung,enable-mask",
                                &dp->enable_mask)) {
-               dev_err(dp->dev, "faild to get enable-mask for dptx-phy\n");
+               dev_err(dp->dev, "failed to get enable-mask for dptx-phy\n");
                ret = -EINVAL;
                goto err;
        }
index 53f5293c9c9a642d141cf1ed922b8e1c93beaff9..d032c826d42e45c29eb3a217d39afd7dd45a02f2 100644 (file)
@@ -66,7 +66,7 @@ int main (void)
                printf("ecx = 0x%.8x\n", r.ecx);
                printf("edx = 0x%.8x\n", r.edx);
                printf("Note also that some BIOS do not support the initial "
-                      "GSIC call, but the newer\nspeeedstep-smi driver may "
+                      "GSIC call, but the newer\nspeedstep-smi driver may "
                       "work.\nFor this, you need to pass some arguments to "
                       "the speedstep-smi driver:\n");
                printf("\tsmi_cmd=0x?? smi_port=0x?? smi_sig=1\n");