[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1365438708.2029.2.camel@joe-AO722>
Date: Mon, 08 Apr 2013 09:31:48 -0700
From: Joe Perches <joe@...ches.com>
To: Masanari Iida <standby24x7@...il.com>
Cc: trivial@...nel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] [trivial]treewide: Fix typo in printks and comments
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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists