Loading arch/powerpc/platforms/powernv/opal-flash.c +2 −2 Original line number Diff line number Diff line Loading @@ -126,7 +126,7 @@ struct opal_sg_list { struct validate_flash_t { int status; /* Return status */ void *buf; /* Candiate image buffer */ void *buf; /* Candidate image buffer */ uint32_t buf_size; /* Image size */ uint32_t result; /* Update results token */ }; Loading Loading @@ -500,7 +500,7 @@ static int alloc_image_buf(char *buffer, size_t count) memcpy(&image_header, (void *)buffer, sizeof(struct image_header_t)); image_data.size = be32_to_cpu(image_header.size); pr_debug("FLASH: Candiate image size = %u\n", image_data.size); pr_debug("FLASH: Candidate image size = %u\n", image_data.size); if (image_data.size > MAX_IMAGE_SIZE) { pr_warn("FLASH: Too large image\n"); Loading drivers/i2c/busses/i2c-stu300.c +1 −1 Original line number Diff line number Diff line Loading @@ -801,7 +801,7 @@ static int stu300_xfer_msg(struct i2c_adapter *adap, /* Check that the bus is free, or wait until some timeout occurs */ ret = stu300_wait_while_busy(dev); if (ret != 0) { dev_err(&dev->pdev->dev, "timout waiting for transfer " dev_err(&dev->pdev->dev, "timeout waiting for transfer " "to commence.\n"); goto exit_disable; } Loading drivers/misc/fsa9480.c +1 −1 Original line number Diff line number Diff line Loading @@ -396,7 +396,7 @@ static int fsa9480_irq_init(struct fsa9480_usbsw *usbsw) IRQF_TRIGGER_FALLING | IRQF_ONESHOT, "fsa9480 micro USB", usbsw); if (ret) { dev_err(&client->dev, "failed to reqeust IRQ\n"); dev_err(&client->dev, "failed to request IRQ\n"); return ret; } Loading drivers/misc/mei/nfc.c +1 −1 Original line number Diff line number Diff line Loading @@ -428,7 +428,7 @@ static void mei_nfc_init(struct work_struct *work) mutex_unlock(&dev->device_lock); if (mei_nfc_if_version(ndev) < 0) { dev_err(&dev->pdev->dev, "Could not get the NFC interfave version"); dev_err(&dev->pdev->dev, "Could not get the NFC interface version"); goto err; } Loading drivers/net/wan/lmc/lmc_main.c +1 −1 Original line number Diff line number Diff line Loading @@ -2126,7 +2126,7 @@ static void lmc_driver_timeout(struct net_device *dev) spin_unlock_irqrestore(&sc->lmc_lock, flags); lmc_trace(dev, "lmc_driver_timout out"); lmc_trace(dev, "lmc_driver_timeout out"); } Loading
arch/powerpc/platforms/powernv/opal-flash.c +2 −2 Original line number Diff line number Diff line Loading @@ -126,7 +126,7 @@ struct opal_sg_list { struct validate_flash_t { int status; /* Return status */ void *buf; /* Candiate image buffer */ void *buf; /* Candidate image buffer */ uint32_t buf_size; /* Image size */ uint32_t result; /* Update results token */ }; Loading Loading @@ -500,7 +500,7 @@ static int alloc_image_buf(char *buffer, size_t count) memcpy(&image_header, (void *)buffer, sizeof(struct image_header_t)); image_data.size = be32_to_cpu(image_header.size); pr_debug("FLASH: Candiate image size = %u\n", image_data.size); pr_debug("FLASH: Candidate image size = %u\n", image_data.size); if (image_data.size > MAX_IMAGE_SIZE) { pr_warn("FLASH: Too large image\n"); Loading
drivers/i2c/busses/i2c-stu300.c +1 −1 Original line number Diff line number Diff line Loading @@ -801,7 +801,7 @@ static int stu300_xfer_msg(struct i2c_adapter *adap, /* Check that the bus is free, or wait until some timeout occurs */ ret = stu300_wait_while_busy(dev); if (ret != 0) { dev_err(&dev->pdev->dev, "timout waiting for transfer " dev_err(&dev->pdev->dev, "timeout waiting for transfer " "to commence.\n"); goto exit_disable; } Loading
drivers/misc/fsa9480.c +1 −1 Original line number Diff line number Diff line Loading @@ -396,7 +396,7 @@ static int fsa9480_irq_init(struct fsa9480_usbsw *usbsw) IRQF_TRIGGER_FALLING | IRQF_ONESHOT, "fsa9480 micro USB", usbsw); if (ret) { dev_err(&client->dev, "failed to reqeust IRQ\n"); dev_err(&client->dev, "failed to request IRQ\n"); return ret; } Loading
drivers/misc/mei/nfc.c +1 −1 Original line number Diff line number Diff line Loading @@ -428,7 +428,7 @@ static void mei_nfc_init(struct work_struct *work) mutex_unlock(&dev->device_lock); if (mei_nfc_if_version(ndev) < 0) { dev_err(&dev->pdev->dev, "Could not get the NFC interfave version"); dev_err(&dev->pdev->dev, "Could not get the NFC interface version"); goto err; } Loading
drivers/net/wan/lmc/lmc_main.c +1 −1 Original line number Diff line number Diff line Loading @@ -2126,7 +2126,7 @@ static void lmc_driver_timeout(struct net_device *dev) spin_unlock_irqrestore(&sc->lmc_lock, flags); lmc_trace(dev, "lmc_driver_timout out"); lmc_trace(dev, "lmc_driver_timeout out"); }