lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ