On Tue, 2013-04-09 at 01:09 +0900, Masanari Iida wrote: > Correct spelling typos in printk and comments
Found with a tool? > diff --git a/drivers/gpu/drm/exynos/exynos_drm_gsc.c > b/drivers/gpu/drm/exynos/exynos_drm_gsc.c [] > @@ -1314,13 +1314,13 @@ static irqreturn_t gsc_irq_handler(int irq, void > *dev_id) [] > - dev_err(ippdrv->dev, "occured overflow at %d, status 0x%x.\n", > + dev_err(ippdrv->dev, "occurred overflow at %d, status 0x%x.\n", The uses of "occurred" could be omitted just as well too. > - dev_dbg(ippdrv->dev, "occured frame done at %d, status 0x%x.\n", > + dev_dbg(ippdrv->dev, "occurred frame done at %d, status > 0x%x.\n", -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/