Loading drivers/firmware/efi/libstub/fdt.c +1 −1 Original line number Diff line number Diff line Loading @@ -253,7 +253,7 @@ efi_status_t allocate_new_fdt_and_exit_boot(efi_system_table_t *sys_table, sys_table->boottime->free_pool(memory_map); new_fdt_size += EFI_PAGE_SIZE; } else { pr_efi_err(sys_table, "Unable to constuct new device tree.\n"); pr_efi_err(sys_table, "Unable to construct new device tree.\n"); goto fail_free_mmap; } } Loading drivers/infiniband/hw/cxgb4/cm.c +1 −1 Original line number Diff line number Diff line Loading @@ -449,7 +449,7 @@ static void act_open_req_arp_failure(void *handle, struct sk_buff *skb) { struct c4iw_ep *ep = handle; printk(KERN_ERR MOD "ARP failure duing connect\n"); printk(KERN_ERR MOD "ARP failure during connect\n"); kfree_skb(skb); connect_reply_upcall(ep, -EHOSTUNREACH); state_set(&ep->com, DEAD); Loading drivers/md/raid0.c +2 −2 Original line number Diff line number Diff line Loading @@ -549,13 +549,13 @@ static void *raid0_takeover_raid10(struct mddev *mddev) * - all mirrors must be already degraded */ if (mddev->layout != ((1 << 8) + 2)) { printk(KERN_ERR "md/raid0:%s:: Raid0 cannot takover layout: 0x%x\n", printk(KERN_ERR "md/raid0:%s:: Raid0 cannot takeover layout: 0x%x\n", mdname(mddev), mddev->layout); return ERR_PTR(-EINVAL); } if (mddev->raid_disks & 1) { printk(KERN_ERR "md/raid0:%s: Raid0 cannot takover Raid10 with odd disk number.\n", printk(KERN_ERR "md/raid0:%s: Raid0 cannot takeover Raid10 with odd disk number.\n", mdname(mddev)); return ERR_PTR(-EINVAL); } Loading drivers/media/common/saa7146/saa7146_video.c +1 −1 Original line number Diff line number Diff line Loading @@ -502,7 +502,7 @@ static int vidioc_s_fbuf(struct file *file, void *fh, const struct v4l2_framebuf /* check if overlay is running */ if (IS_OVERLAY_ACTIVE(fh) != 0) { if (vv->video_fh != fh) { DEB_D("refusing to change framebuffer informations while overlay is active in another open\n"); DEB_D("refusing to change framebuffer information while overlay is active in another open\n"); return -EBUSY; } } Loading drivers/media/dvb-frontends/m88ds3103.c +1 −1 Original line number Diff line number Diff line Loading @@ -685,7 +685,7 @@ static int m88ds3103_init(struct dvb_frontend *fe) /* request the firmware, this will block and timeout */ ret = request_firmware(&fw, fw_file, &client->dev); if (ret) { dev_err(&client->dev, "firmare file '%s' not found\n", fw_file); dev_err(&client->dev, "firmware file '%s' not found\n", fw_file); goto err; } Loading Loading
drivers/firmware/efi/libstub/fdt.c +1 −1 Original line number Diff line number Diff line Loading @@ -253,7 +253,7 @@ efi_status_t allocate_new_fdt_and_exit_boot(efi_system_table_t *sys_table, sys_table->boottime->free_pool(memory_map); new_fdt_size += EFI_PAGE_SIZE; } else { pr_efi_err(sys_table, "Unable to constuct new device tree.\n"); pr_efi_err(sys_table, "Unable to construct new device tree.\n"); goto fail_free_mmap; } } Loading
drivers/infiniband/hw/cxgb4/cm.c +1 −1 Original line number Diff line number Diff line Loading @@ -449,7 +449,7 @@ static void act_open_req_arp_failure(void *handle, struct sk_buff *skb) { struct c4iw_ep *ep = handle; printk(KERN_ERR MOD "ARP failure duing connect\n"); printk(KERN_ERR MOD "ARP failure during connect\n"); kfree_skb(skb); connect_reply_upcall(ep, -EHOSTUNREACH); state_set(&ep->com, DEAD); Loading
drivers/md/raid0.c +2 −2 Original line number Diff line number Diff line Loading @@ -549,13 +549,13 @@ static void *raid0_takeover_raid10(struct mddev *mddev) * - all mirrors must be already degraded */ if (mddev->layout != ((1 << 8) + 2)) { printk(KERN_ERR "md/raid0:%s:: Raid0 cannot takover layout: 0x%x\n", printk(KERN_ERR "md/raid0:%s:: Raid0 cannot takeover layout: 0x%x\n", mdname(mddev), mddev->layout); return ERR_PTR(-EINVAL); } if (mddev->raid_disks & 1) { printk(KERN_ERR "md/raid0:%s: Raid0 cannot takover Raid10 with odd disk number.\n", printk(KERN_ERR "md/raid0:%s: Raid0 cannot takeover Raid10 with odd disk number.\n", mdname(mddev)); return ERR_PTR(-EINVAL); } Loading
drivers/media/common/saa7146/saa7146_video.c +1 −1 Original line number Diff line number Diff line Loading @@ -502,7 +502,7 @@ static int vidioc_s_fbuf(struct file *file, void *fh, const struct v4l2_framebuf /* check if overlay is running */ if (IS_OVERLAY_ACTIVE(fh) != 0) { if (vv->video_fh != fh) { DEB_D("refusing to change framebuffer informations while overlay is active in another open\n"); DEB_D("refusing to change framebuffer information while overlay is active in another open\n"); return -EBUSY; } } Loading
drivers/media/dvb-frontends/m88ds3103.c +1 −1 Original line number Diff line number Diff line Loading @@ -685,7 +685,7 @@ static int m88ds3103_init(struct dvb_frontend *fe) /* request the firmware, this will block and timeout */ ret = request_firmware(&fw, fw_file, &client->dev); if (ret) { dev_err(&client->dev, "firmare file '%s' not found\n", fw_file); dev_err(&client->dev, "firmware file '%s' not found\n", fw_file); goto err; } Loading