Loading drivers/gpu/drm/drm_fb_cma_helper.c +2 −2 Original line number Diff line number Diff line Loading @@ -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); } Loading Loading @@ -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; } Loading drivers/gpu/drm/radeon/radeon_fb.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading drivers/infiniband/ulp/isert/ib_isert.c +1 −1 Original line number Diff line number Diff line Loading @@ -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); } Loading drivers/media/platform/s5p-mfc/s5p_mfc_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading drivers/misc/dummy-irq.c +1 −1 Original line number Diff line number Diff line Loading @@ -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++; } Loading Loading
drivers/gpu/drm/drm_fb_cma_helper.c +2 −2 Original line number Diff line number Diff line Loading @@ -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); } Loading Loading @@ -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; } Loading
drivers/gpu/drm/radeon/radeon_fb.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading
drivers/infiniband/ulp/isert/ib_isert.c +1 −1 Original line number Diff line number Diff line Loading @@ -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); } Loading
drivers/media/platform/s5p-mfc/s5p_mfc_dec.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading
drivers/misc/dummy-irq.c +1 −1 Original line number Diff line number Diff line Loading @@ -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++; } Loading