]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
treewide: Fix typo in printk
authorMasanari Iida <standby24x7@gmail.com>
Tue, 21 May 2013 14:13:12 +0000 (23:13 +0900)
committerJiri Kosina <jkosina@suse.cz>
Tue, 28 May 2013 10:02:13 +0000 (12:02 +0200)
Correct spelling typo in various part of drivers

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
17 files changed:
drivers/gpu/drm/drm_fb_cma_helper.c
drivers/gpu/drm/radeon/radeon_fb.c
drivers/infiniband/ulp/isert/ib_isert.c
drivers/media/platform/s5p-mfc/s5p_mfc_dec.c
drivers/misc/dummy-irq.c
drivers/misc/lattice-ecp3-config.c
drivers/misc/mei/hbm.c
drivers/misc/mei/init.c
drivers/net/ethernet/qlogic/qlcnic/qlcnic_sriov_common.c
drivers/nfc/pn533.c
drivers/scsi/pm8001/pm80xx_hwi.c
drivers/tty/serial/serial-tegra.c
drivers/usb/musb/musb_dsps.c
drivers/usb/musb/omap2430.c
drivers/video/omap2/displays/panel-n8x0.c
fs/btrfs/free-space-cache.c
tools/testing/ktest/ktest.pl

index 0b5af7d0edb132b5aa7badf653427c363b99674c..c385cc5e730e68d91e956641c74488ddd9b72cec 100644 (file)
@@ -92,7 +92,7 @@ static struct drm_fb_cma *drm_fb_cma_alloc(struct drm_device *dev,
 
        ret = drm_framebuffer_init(dev, &fb_cma->fb, &drm_fb_cma_funcs);
        if (ret) {
-               dev_err(dev->dev, "Failed to initalize framebuffer: %d\n", ret);
+               dev_err(dev->dev, "Failed to initialize framebuffer: %d\n", ret);
                kfree(fb_cma);
                return ERR_PTR(ret);
        }
@@ -376,7 +376,7 @@ struct drm_fbdev_cma *drm_fbdev_cma_init(struct drm_device *dev,
 
        ret = drm_fb_helper_initial_config(helper, preferred_bpp);
        if (ret < 0) {
-               dev_err(dev->dev, "Failed to set inital hw configuration.\n");
+               dev_err(dev->dev, "Failed to set initial hw configuration.\n");
                goto err_drm_fb_helper_fini;
        }
 
index b1746741bc591267f246815adcadc0725dcf42cc..665ced3b7313b94a9c42e3f7cf8c0922ed7b1031 100644 (file)
@@ -230,7 +230,7 @@ static int radeonfb_create(struct drm_fb_helper *helper,
 
        ret = radeon_framebuffer_init(rdev->ddev, &rfbdev->rfb, &mode_cmd, gobj);
        if (ret) {
-               DRM_ERROR("failed to initalise framebuffer %d\n", ret);
+               DRM_ERROR("failed to initialize framebuffer %d\n", ret);
                goto out_unref;
        }
 
index 41712f096515675ee70273c99856e8d888a06ea9..2693129055c18e601962fc76273359e1094e4ed7 100644 (file)
@@ -1587,7 +1587,7 @@ isert_put_nopin(struct iscsi_cmd *cmd, struct iscsi_conn *conn,
        isert_init_tx_hdrs(isert_conn, &isert_cmd->tx_desc);
        isert_init_send_wr(isert_cmd, send_wr);
 
-       pr_debug("Posting NOPIN Reponse IB_WR_SEND >>>>>>>>>>>>>>>>>>>>>>\n");
+       pr_debug("Posting NOPIN Response IB_WR_SEND >>>>>>>>>>>>>>>>>>>>>>\n");
 
        return isert_post_response(isert_conn, isert_cmd);
 }
index 4af53bd2f182344b232b5b00aece57b35b03e9e5..0fa1e9b38fc7db1dacf076a24d2240d186139680 100644 (file)
@@ -954,7 +954,7 @@ static int s5p_mfc_queue_setup(struct vb2_queue *vq,
                psize[0] = ctx->dec_src_buf_size;
                allocators[0] = ctx->dev->alloc_ctx[MFC_BANK1_ALLOC_CTX];
        } else {
-               mfc_err("This video node is dedicated to decoding. Decoding not initalised\n");
+               mfc_err("This video node is dedicated to decoding. Decoding not initialized\n");
                return -EINVAL;
        }
        return 0;
index c37eeedfe215634775a59fa581d83f749a3fb536..4d0db15df1159815b0ea01bf80de3f20d7242034 100644 (file)
@@ -26,7 +26,7 @@ static irqreturn_t dummy_interrupt(int irq, void *dev_id)
        static int count = 0;
 
        if (count == 0) {
-               printk(KERN_INFO "dummy-irq: interrupt occured on IRQ %d\n",
+               printk(KERN_INFO "dummy-irq: interrupt occurred on IRQ %d\n",
                                irq);
                count++;
        }
index bb26f086bd8b6834658acb87a5223444d49f0278..61fbe6acabef87521a6e0fc02e07748dea49492f 100644 (file)
@@ -170,7 +170,7 @@ static void firmware_load(const struct firmware *fw, void *context)
 
        /* Check result */
        if (status & FPGA_STATUS_DONE)
-               dev_info(&spi->dev, "FPGA succesfully configured!\n");
+               dev_info(&spi->dev, "FPGA successfully configured!\n");
        else
                dev_info(&spi->dev, "FPGA not configured (DONE not set)\n");
 
index 6916045166eb4fda8eb347ff8978aac5c6ca6fc9..54ffcbc24c705dfb43c563cd145d6d168484a877 100644 (file)
@@ -139,7 +139,7 @@ int mei_hbm_start_wait(struct mei_device *dev)
 
        if (ret <= 0 && (dev->hbm_state <= MEI_HBM_START)) {
                dev->hbm_state = MEI_HBM_IDLE;
-               dev_err(&dev->pdev->dev, "wating for mei start failed\n");
+               dev_err(&dev->pdev->dev, "waiting for mei start failed\n");
                return -ETIMEDOUT;
        }
        return 0;
index 713d89fedc46ab03caddac5cbc56ec7dc3dcafc8..422d9c37dec9f4a4ed122b3dd9ffde3d2e89af0d 100644 (file)
@@ -38,7 +38,7 @@ const char *mei_dev_state_str(int state)
        MEI_DEV_STATE(POWER_DOWN);
        MEI_DEV_STATE(POWER_UP);
        default:
-               return "unkown";
+               return "unknown";
        }
 #undef MEI_DEV_STATE
 }
index 196b2d100407bf1de67d284c85f88e9f48d310c1..8b59a710a4a5b7a8a4d13f3f313e14f0729022ad 100644 (file)
@@ -1675,7 +1675,7 @@ static int qlcnic_sriov_vf_handle_dev_ready(struct qlcnic_adapter *adapter)
                        qlcnic_sriov_vf_attach(adapter);
                        adapter->fw_fail_cnt = 0;
                        dev_info(dev,
-                                "%s: Reinitalization of VF 0x%x done after FW reset\n",
+                                "%s: Reinitialization of VF 0x%x done after FW reset\n",
                                 __func__, func);
                } else {
                        dev_err(dev,
index 8f6f2baa930d7efea25f733f44f115dd4495b3b8..ec269e6f0375ab33c55976a6cd98d56b507b1138 100644 (file)
@@ -1697,7 +1697,7 @@ static int pn533_poll_complete(struct pn533 *dev, void *arg,
                goto done;
 
        if (!dev->poll_mod_count) {
-               nfc_dev_dbg(&dev->interface->dev, "Polling has been stoped.");
+               nfc_dev_dbg(&dev->interface->dev, "Polling has been stopped.");
                goto done;
        }
 
index 302514d8157b78ffdce87ef3b32db4cbf4aaa7aa..1c5e7d233e788bc607f77180853e192bd7bba580 100644 (file)
@@ -3204,7 +3204,7 @@ static void process_one_iomb(struct pm8001_hba_info *pm8001_ha, void *piomb)
                break;
        case OPC_OUB_DEREG_DEV:
                PM8001_MSG_DBG(pm8001_ha,
-                       pm8001_printk("unresgister the deviece\n"));
+                       pm8001_printk("unregister the device\n"));
                pm8001_mpi_dereg_resp(pm8001_ha, piomb);
                break;
        case OPC_OUB_GET_DEV_HANDLE:
index 9799d043a9bd8e0a9e8d6142f47caf85eceee484..ee7c8123c374aa18b22a88a564d0f89008c07acb 100644 (file)
@@ -1377,7 +1377,7 @@ static int __init tegra_uart_init(void)
 
        ret = platform_driver_register(&tegra_uart_platform_driver);
        if (ret < 0) {
-               pr_err("Uart platfrom driver register failed, e = %d\n", ret);
+               pr_err("Uart platform driver register failed, e = %d\n", ret);
                uart_unregister_driver(&tegra_uart_driver);
                return ret;
        }
index e1b661d040217a3cdd0e76b325616f85adc04bd6..5233804d66b11f4b4890d2c53c2be0f49a0dfe0d 100644 (file)
@@ -551,7 +551,7 @@ static int dsps_create_musb_pdev(struct dsps_glue *glue, u8 id)
                pdata = devm_kzalloc(&pdev->dev, sizeof(*pdata), GFP_KERNEL);
                if (!pdata) {
                        dev_err(&pdev->dev,
-                               "failed to allocate musb platfrom data\n");
+                               "failed to allocate musb platform data\n");
                        ret = -ENOMEM;
                        goto err2;
                }
index 628b93fe5cccf585d21759fa112086a345a2e92a..2325ef6bdeedcf8ea41a3fcec3855d794402851a 100644 (file)
@@ -513,7 +513,7 @@ static int omap2430_probe(struct platform_device *pdev)
                pdata = devm_kzalloc(&pdev->dev, sizeof(*pdata), GFP_KERNEL);
                if (!pdata) {
                        dev_err(&pdev->dev,
-                               "failed to allocate musb platfrom data\n");
+                               "failed to allocate musb platform data\n");
                        goto err2;
                }
 
index f94ead6a3183c0d893b860fa4913aaf0a1180787..860b18014ad750c75653c6f5ccca3fc3cf8da0d6 100644 (file)
@@ -527,7 +527,7 @@ static int n8x0_panel_update(struct omap_dss_device *dssdev,
        dh = dssdev->panel.timings.y_res;
 
        if (x != 0 || y != 0 || w != dw || h != dh) {
-               dev_err(&dssdev->dev, "invaid update region %d, %d, %d, %d\n",
+               dev_err(&dssdev->dev, "invalid update region %d, %d, %d, %d\n",
                        x, y, w, h);
                return -EINVAL;
        }
index e53009657f0e5b91b638f3d31d5e4d2cbf919f62..2750b50235269d2304ce45a906b2c5b43dae8b5c 100644 (file)
@@ -3200,7 +3200,7 @@ static int test_extents(struct btrfs_block_group_cache *cache)
 
        ret = btrfs_remove_free_space(cache, 2 * 1024 * 1024, 4096);
        if (ret) {
-               printk(KERN_ERR "Error removing middle peice %d\n", ret);
+               printk(KERN_ERR "Error removing middle piece %d\n", ret);
                return ret;
        }
 
index 0d7fd8b515441fc7bd583d0084d44343b72fcc78..999eab1bc64fb579be929ccbbe5363d0c23a96c5 100755 (executable)
@@ -1796,7 +1796,7 @@ sub monitor {
                # We already booted into the kernel we are testing,
                # but now we booted into another kernel?
                # Consider this a triple fault.
-               doprint "Aleady booted in Linux kernel $version, but now\n";
+               doprint "Already booted in Linux kernel $version, but now\n";
                doprint "we booted into Linux kernel $1.\n";
                doprint "Assuming that this is a triple fault.\n";
                doprint "To disable this: set DETECT_TRIPLE_FAULT to 0\n";