This patch fix spelling typo inv various part of sources.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.com>
                        IRQF_SHARED,
                        "[PCI] PME", hose);
        if (res < 0) {
-               dev_err(&dev->dev, "Unable to requiest irq %d for PME\n", pme_irq);
+               dev_err(&dev->dev, "Unable to request irq %d for PME\n", pme_irq);
                irq_dispose_mapping(pme_irq);
 
                return -ENODEV;
 
 
        hdev->dma_lch = dma_request_slave_channel(hdev->dev, "tx");
        if (!hdev->dma_lch) {
-               dev_err(hdev->dev, "Couldn't aquire a slave DMA channel.\n");
+               dev_err(hdev->dev, "Couldn't acquire a slave DMA channel.\n");
                return -EBUSY;
        }
        dma_conf.direction = DMA_MEM_TO_DEV;
 
        /* get panel info */
        error = ili210x_read_reg(client, REG_PANEL_INFO, &panel, sizeof(panel));
        if (error) {
-               dev_err(dev, "Failed to get panel informations, err: %d\n",
+               dev_err(dev, "Failed to get panel information, err: %d\n",
                        error);
                return error;
        }
 
        error = input_register_device(priv->input);
        if (error) {
-               dev_err(dev, "Cannot regiser input device, err: %d\n", error);
+               dev_err(dev, "Cannot register input device, err: %d\n", error);
                goto err_remove_sysfs;
        }
 
 
                       __func__, conf->id);
 
        if (list_empty(&conf->mlist)) {
-               printk(KERN_ERR "%s: conference whithout members\n",
+               printk(KERN_ERR "%s: conference without members\n",
                       __func__);
                return;
        }
 
                          IRQF_SHARED, "mhu_link", chan);
        if (ret) {
                dev_err(chan->mbox->dev,
-                       "Unable to aquire IRQ %d\n", mlink->irq);
+                       "Unable to acquire IRQ %d\n", mlink->irq);
                return ret;
        }
 
 
 
        mfc_debug(1, "New context: %d\n", new_ctx);
        ctx = dev->ctx[new_ctx];
-       mfc_debug(1, "Seting new context to %p\n", ctx);
+       mfc_debug(1, "Setting new context to %p\n", ctx);
        /* Got context to run in ctx */
        mfc_debug(1, "ctx->dst_queue_cnt=%d ctx->dpb_count=%d ctx->src_queue_cnt=%d\n",
                ctx->dst_queue_cnt, ctx->pb_count, ctx->src_queue_cnt);
 
                                &max77843_supported_regulators[i], &config);
                if (IS_ERR(regulator)) {
                        dev_err(&pdev->dev,
-                                       "Failed to regiser regulator-%d\n", i);
+                                       "Failed to register regulator-%d\n", i);
                        return PTR_ERR(regulator);
                }
        }
 
                hw->hs_phy_type);
        dev_dbg(hsotg->dev, "  fs_phy_type=%d\n",
                hw->fs_phy_type);
-       dev_dbg(hsotg->dev, "  utmi_phy_data_wdith=%d\n",
+       dev_dbg(hsotg->dev, "  utmi_phy_data_width=%d\n",
                hw->utmi_phy_data_width);
        dev_dbg(hsotg->dev, "  num_dev_ep=%d\n",
                hw->num_dev_ep);
 
                        rc = ecryptfs_read_lower_page_segment(
                                page, index, 0, PAGE_CACHE_SIZE, mapping->host);
                        if (rc) {
-                               printk(KERN_ERR "%s: Error attemping to read "
+                               printk(KERN_ERR "%s: Error attempting to read "
                                       "lower page segment; rc = [%d]\n",
                                       __func__, rc);
                                ClearPageUptodate(page);