diff options
author | Masanari Iida <standby24x7@gmail.com> | 2013-12-08 10:22:53 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-12-19 09:10:49 -0500 |
commit | 77d84ff87e9d38072abcca665ca22cb1da41cb86 (patch) | |
tree | 63705aaa7cdb94e2a6267ab2510d76bcd624b883 /drivers | |
parent | 949b6183412cad3270a9f4bcddd7756e6ec64404 (diff) |
treewide: Fix typos in printk
Correct spelling typo in various part of kernel
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/char/msm_smd_pkt.c | 2 | ||||
-rw-r--r-- | drivers/devfreq/exynos/exynos5_bus.c | 2 | ||||
-rw-r--r-- | drivers/gpu/drm/exynos/exynos_drm_fimc.c | 2 | ||||
-rw-r--r-- | drivers/gpu/drm/exynos/exynos_drm_gsc.c | 4 | ||||
-rw-r--r-- | drivers/i2c/busses/i2c-exynos5.c | 2 | ||||
-rw-r--r-- | drivers/iio/adc/twl6030-gpadc.c | 2 | ||||
-rw-r--r-- | drivers/isdn/hisax/hfc4s8s_l1.c | 2 | ||||
-rw-r--r-- | drivers/media/platform/ti-vpe/vpdma.c | 4 | ||||
-rw-r--r-- | drivers/net/wireless/libertas/cmdresp.c | 2 | ||||
-rw-r--r-- | drivers/video/udlfb.c | 2 |
10 files changed, 12 insertions, 12 deletions
diff --git a/drivers/char/msm_smd_pkt.c b/drivers/char/msm_smd_pkt.c index 8eca55deb3a3..ba82a06d9684 100644 --- a/drivers/char/msm_smd_pkt.c +++ b/drivers/char/msm_smd_pkt.c | |||
@@ -182,7 +182,7 @@ static int smd_pkt_write(struct file *file, const char __user *buf, | |||
182 | if (count > MAX_BUF_SIZE) | 182 | if (count > MAX_BUF_SIZE) |
183 | return -EINVAL; | 183 | return -EINVAL; |
184 | 184 | ||
185 | DBG("writting %d bytes\n", count); | 185 | DBG("writing %d bytes\n", count); |
186 | 186 | ||
187 | smd_pkt_devp = file->private_data; | 187 | smd_pkt_devp = file->private_data; |
188 | if (!smd_pkt_devp || !smd_pkt_devp->ch) | 188 | if (!smd_pkt_devp || !smd_pkt_devp->ch) |
diff --git a/drivers/devfreq/exynos/exynos5_bus.c b/drivers/devfreq/exynos/exynos5_bus.c index a60da3c1c48e..6eef1f7397c6 100644 --- a/drivers/devfreq/exynos/exynos5_bus.c +++ b/drivers/devfreq/exynos/exynos5_bus.c | |||
@@ -152,7 +152,7 @@ static int exynos5_busfreq_int_target(struct device *dev, unsigned long *_freq, | |||
152 | if (old_freq == freq) | 152 | if (old_freq == freq) |
153 | return 0; | 153 | return 0; |
154 | 154 | ||
155 | dev_dbg(dev, "targetting %lukHz %luuV\n", freq, volt); | 155 | dev_dbg(dev, "targeting %lukHz %luuV\n", freq, volt); |
156 | 156 | ||
157 | mutex_lock(&data->lock); | 157 | mutex_lock(&data->lock); |
158 | 158 | ||
diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimc.c b/drivers/gpu/drm/exynos/exynos_drm_fimc.c index 8adfc8f1e08f..30d76b2ff9c2 100644 --- a/drivers/gpu/drm/exynos/exynos_drm_fimc.c +++ b/drivers/gpu/drm/exynos/exynos_drm_fimc.c | |||
@@ -345,7 +345,7 @@ static bool fimc_check_ovf(struct fimc_context *ctx) | |||
345 | 345 | ||
346 | fimc_write(cfg, EXYNOS_CIWDOFST); | 346 | fimc_write(cfg, EXYNOS_CIWDOFST); |
347 | 347 | ||
348 | dev_err(ippdrv->dev, "occured overflow at %d, status 0x%x.\n", | 348 | dev_err(ippdrv->dev, "occurred overflow at %d, status 0x%x.\n", |
349 | ctx->id, status); | 349 | ctx->id, status); |
350 | return true; | 350 | return true; |
351 | } | 351 | } |
diff --git a/drivers/gpu/drm/exynos/exynos_drm_gsc.c b/drivers/gpu/drm/exynos/exynos_drm_gsc.c index cd6aebd53bd0..fa75059a6104 100644 --- a/drivers/gpu/drm/exynos/exynos_drm_gsc.c +++ b/drivers/gpu/drm/exynos/exynos_drm_gsc.c | |||
@@ -1301,13 +1301,13 @@ static irqreturn_t gsc_irq_handler(int irq, void *dev_id) | |||
1301 | 1301 | ||
1302 | status = gsc_read(GSC_IRQ); | 1302 | status = gsc_read(GSC_IRQ); |
1303 | if (status & GSC_IRQ_STATUS_OR_IRQ) { | 1303 | if (status & GSC_IRQ_STATUS_OR_IRQ) { |
1304 | dev_err(ippdrv->dev, "occured overflow at %d, status 0x%x.\n", | 1304 | dev_err(ippdrv->dev, "occurred overflow at %d, status 0x%x.\n", |
1305 | ctx->id, status); | 1305 | ctx->id, status); |
1306 | return IRQ_NONE; | 1306 | return IRQ_NONE; |
1307 | } | 1307 | } |
1308 | 1308 | ||
1309 | if (status & GSC_IRQ_STATUS_OR_FRM_DONE) { | 1309 | if (status & GSC_IRQ_STATUS_OR_FRM_DONE) { |
1310 | dev_dbg(ippdrv->dev, "occured frame done at %d, status 0x%x.\n", | 1310 | dev_dbg(ippdrv->dev, "occurred frame done at %d, status 0x%x.\n", |
1311 | ctx->id, status); | 1311 | ctx->id, status); |
1312 | 1312 | ||
1313 | buf_id[EXYNOS_DRM_OPS_SRC] = gsc_get_src_buf_index(ctx); | 1313 | buf_id[EXYNOS_DRM_OPS_SRC] = gsc_get_src_buf_index(ctx); |
diff --git a/drivers/i2c/busses/i2c-exynos5.c b/drivers/i2c/busses/i2c-exynos5.c index c1ef228095b5..044f85b01d06 100644 --- a/drivers/i2c/busses/i2c-exynos5.c +++ b/drivers/i2c/busses/i2c-exynos5.c | |||
@@ -571,7 +571,7 @@ static int exynos5_i2c_xfer(struct i2c_adapter *adap, | |||
571 | int i = 0, ret = 0, stop = 0; | 571 | int i = 0, ret = 0, stop = 0; |
572 | 572 | ||
573 | if (i2c->suspended) { | 573 | if (i2c->suspended) { |
574 | dev_err(i2c->dev, "HS-I2C is not initialzed.\n"); | 574 | dev_err(i2c->dev, "HS-I2C is not initialized.\n"); |
575 | return -EIO; | 575 | return -EIO; |
576 | } | 576 | } |
577 | 577 | ||
diff --git a/drivers/iio/adc/twl6030-gpadc.c b/drivers/iio/adc/twl6030-gpadc.c index 53e1c645cee7..53a24ebb92c3 100644 --- a/drivers/iio/adc/twl6030-gpadc.c +++ b/drivers/iio/adc/twl6030-gpadc.c | |||
@@ -969,7 +969,7 @@ static int twl6030_gpadc_suspend(struct device *pdev) | |||
969 | ret = twl_i2c_write_u8(TWL6030_MODULE_ID1, TWL6030_GPADCR, | 969 | ret = twl_i2c_write_u8(TWL6030_MODULE_ID1, TWL6030_GPADCR, |
970 | TWL6030_REG_TOGGLE1); | 970 | TWL6030_REG_TOGGLE1); |
971 | if (ret) | 971 | if (ret) |
972 | dev_err(pdev, "error reseting GPADC (%d)!\n", ret); | 972 | dev_err(pdev, "error resetting GPADC (%d)!\n", ret); |
973 | 973 | ||
974 | return 0; | 974 | return 0; |
975 | }; | 975 | }; |
diff --git a/drivers/isdn/hisax/hfc4s8s_l1.c b/drivers/isdn/hisax/hfc4s8s_l1.c index c49c294fc81e..414dbf6da89a 100644 --- a/drivers/isdn/hisax/hfc4s8s_l1.c +++ b/drivers/isdn/hisax/hfc4s8s_l1.c | |||
@@ -1620,7 +1620,7 @@ hfc4s8s_probe(struct pci_dev *pdev, const struct pci_device_id *ent) | |||
1620 | #else | 1620 | #else |
1621 | if (!request_region(hw->iobase, 8, hw->card_name)) { | 1621 | if (!request_region(hw->iobase, 8, hw->card_name)) { |
1622 | printk(KERN_INFO | 1622 | printk(KERN_INFO |
1623 | "HFC-4S/8S: failed to rquest address space at 0x%04x\n", | 1623 | "HFC-4S/8S: failed to request address space at 0x%04x\n", |
1624 | hw->iobase); | 1624 | hw->iobase); |
1625 | goto out; | 1625 | goto out; |
1626 | } | 1626 | } |
diff --git a/drivers/media/platform/ti-vpe/vpdma.c b/drivers/media/platform/ti-vpe/vpdma.c index af0a5ffcaa98..fcbe48a09cf8 100644 --- a/drivers/media/platform/ti-vpe/vpdma.c +++ b/drivers/media/platform/ti-vpe/vpdma.c | |||
@@ -577,8 +577,8 @@ static void dump_dtd(struct vpdma_dtd *dtd) | |||
577 | pr_debug("word5: max_width %d, max_height %d\n", | 577 | pr_debug("word5: max_width %d, max_height %d\n", |
578 | dtd_get_max_width(dtd), dtd_get_max_height(dtd)); | 578 | dtd_get_max_width(dtd), dtd_get_max_height(dtd)); |
579 | 579 | ||
580 | pr_debug("word6: client specfic attr0 = 0x%08x\n", dtd->client_attr0); | 580 | pr_debug("word6: client specific attr0 = 0x%08x\n", dtd->client_attr0); |
581 | pr_debug("word7: client specfic attr1 = 0x%08x\n", dtd->client_attr1); | 581 | pr_debug("word7: client specific attr1 = 0x%08x\n", dtd->client_attr1); |
582 | } | 582 | } |
583 | 583 | ||
584 | /* | 584 | /* |
diff --git a/drivers/net/wireless/libertas/cmdresp.c b/drivers/net/wireless/libertas/cmdresp.c index 178b222b3ce1..65f18f1e869c 100644 --- a/drivers/net/wireless/libertas/cmdresp.c +++ b/drivers/net/wireless/libertas/cmdresp.c | |||
@@ -248,7 +248,7 @@ int lbs_process_event(struct lbs_private *priv, u32 event) | |||
248 | /* handle unexpected PS SLEEP event */ | 248 | /* handle unexpected PS SLEEP event */ |
249 | if (priv->psstate == PS_STATE_FULL_POWER) { | 249 | if (priv->psstate == PS_STATE_FULL_POWER) { |
250 | lbs_deb_cmd( | 250 | lbs_deb_cmd( |
251 | "EVENT: in FULL POWER mode, ignoreing PS_SLEEP\n"); | 251 | "EVENT: in FULL POWER mode, ignoring PS_SLEEP\n"); |
252 | break; | 252 | break; |
253 | } | 253 | } |
254 | priv->psstate = PS_STATE_PRE_SLEEP; | 254 | priv->psstate = PS_STATE_PRE_SLEEP; |
diff --git a/drivers/video/udlfb.c b/drivers/video/udlfb.c index 025f14e30eed..77b890e4d296 100644 --- a/drivers/video/udlfb.c +++ b/drivers/video/udlfb.c | |||
@@ -1624,7 +1624,7 @@ static int dlfb_usb_probe(struct usb_interface *interface, | |||
1624 | } | 1624 | } |
1625 | 1625 | ||
1626 | if (pixel_limit) { | 1626 | if (pixel_limit) { |
1627 | pr_warn("DL chip limit of %d overriden" | 1627 | pr_warn("DL chip limit of %d overridden" |
1628 | " by module param to %d\n", | 1628 | " by module param to %d\n", |
1629 | dev->sku_pixel_limit, pixel_limit); | 1629 | dev->sku_pixel_limit, pixel_limit); |
1630 | dev->sku_pixel_limit = pixel_limit; | 1630 | dev->sku_pixel_limit = pixel_limit; |