···954954 psize[0] = ctx->dec_src_buf_size;955955 allocators[0] = ctx->dev->alloc_ctx[MFC_BANK1_ALLOC_CTX];956956 } else {957957- mfc_err("This video node is dedicated to decoding. Decoding not initalised\n");957957+ mfc_err("This video node is dedicated to decoding. Decoding not initialized\n");958958 return -EINVAL;959959 }960960 return 0;
+1-1
drivers/misc/dummy-irq.c
···2626 static int count = 0;27272828 if (count == 0) {2929- printk(KERN_INFO "dummy-irq: interrupt occured on IRQ %d\n",2929+ printk(KERN_INFO "dummy-irq: interrupt occurred on IRQ %d\n",3030 irq);3131 count++;3232 }
+1-1
drivers/misc/lattice-ecp3-config.c
···170170171171 /* Check result */172172 if (status & FPGA_STATUS_DONE)173173- dev_info(&spi->dev, "FPGA succesfully configured!\n");173173+ dev_info(&spi->dev, "FPGA successfully configured!\n");174174 else175175 dev_info(&spi->dev, "FPGA not configured (DONE not set)\n");176176
+1-1
drivers/misc/mei/hbm.c
···139139140140 if (ret <= 0 && (dev->hbm_state <= MEI_HBM_START)) {141141 dev->hbm_state = MEI_HBM_IDLE;142142- dev_err(&dev->pdev->dev, "wating for mei start failed\n");142142+ dev_err(&dev->pdev->dev, "waiting for mei start failed\n");143143 return -ETIMEDOUT;144144 }145145 return 0;
···16751675 qlcnic_sriov_vf_attach(adapter);16761676 adapter->fw_fail_cnt = 0;16771677 dev_info(dev,16781678- "%s: Reinitalization of VF 0x%x done after FW reset\n",16781678+ "%s: Reinitialization of VF 0x%x done after FW reset\n",16791679 __func__, func);16801680 } else {16811681 dev_err(dev,
+1-1
drivers/nfc/pn533.c
···16971697 goto done;1698169816991699 if (!dev->poll_mod_count) {17001700- nfc_dev_dbg(&dev->interface->dev, "Polling has been stoped.");17001700+ nfc_dev_dbg(&dev->interface->dev, "Polling has been stopped.");17011701 goto done;17021702 }17031703
+1-1
drivers/scsi/pm8001/pm80xx_hwi.c
···32043204 break;32053205 case OPC_OUB_DEREG_DEV:32063206 PM8001_MSG_DBG(pm8001_ha,32073207- pm8001_printk("unresgister the deviece\n"));32073207+ pm8001_printk("unregister the device\n"));32083208 pm8001_mpi_dereg_resp(pm8001_ha, piomb);32093209 break;32103210 case OPC_OUB_GET_DEV_HANDLE:
+1-1
drivers/tty/serial/serial-tegra.c
···1377137713781378 ret = platform_driver_register(&tegra_uart_platform_driver);13791379 if (ret < 0) {13801380- pr_err("Uart platfrom driver register failed, e = %d\n", ret);13801380+ pr_err("Uart platform driver register failed, e = %d\n", ret);13811381 uart_unregister_driver(&tegra_uart_driver);13821382 return ret;13831383 }
+1-1
drivers/usb/musb/musb_dsps.c
···551551 pdata = devm_kzalloc(&pdev->dev, sizeof(*pdata), GFP_KERNEL);552552 if (!pdata) {553553 dev_err(&pdev->dev,554554- "failed to allocate musb platfrom data\n");554554+ "failed to allocate musb platform data\n");555555 ret = -ENOMEM;556556 goto err2;557557 }
+1-1
drivers/usb/musb/omap2430.c
···513513 pdata = devm_kzalloc(&pdev->dev, sizeof(*pdata), GFP_KERNEL);514514 if (!pdata) {515515 dev_err(&pdev->dev,516516- "failed to allocate musb platfrom data\n");516516+ "failed to allocate musb platform data\n");517517 goto err2;518518 }519519
+1-1
drivers/video/omap2/displays/panel-n8x0.c
···527527 dh = dssdev->panel.timings.y_res;528528529529 if (x != 0 || y != 0 || w != dw || h != dh) {530530- dev_err(&dssdev->dev, "invaid update region %d, %d, %d, %d\n",530530+ dev_err(&dssdev->dev, "invalid update region %d, %d, %d, %d\n",531531 x, y, w, h);532532 return -EINVAL;533533 }
···17961796 # We already booted into the kernel we are testing,17971797 # but now we booted into another kernel?17981798 # Consider this a triple fault.17991799- doprint "Aleady booted in Linux kernel $version, but now\n";17991799+ doprint "Already booted in Linux kernel $version, but now\n";18001800 doprint "we booted into Linux kernel $1.\n";18011801 doprint "Assuming that this is a triple fault.\n";18021802 doprint "To disable this: set DETECT_TRIPLE_FAULT to 0\n";