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] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAADnVQLye-wFpnRgnSd6n=9awSA3Q_HshaMkZ=rdQ1C-zEtpFA@mail.gmail.com>
Date:	Tue, 4 Nov 2014 18:36:03 -0800
From:	Alexei Starovoitov <alexei.starovoitov@...il.com>
To:	Masanari Iida <standby24x7@...il.com>
Cc:	trivial@...nel.org,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	Randy Dunlap <rdunlap@...radead.org>
Subject: Re: [PATCH] [trivial] treewide: Fix typo in printk and Kconfig

On Tue, Nov 4, 2014 at 5:56 PM, Masanari Iida <standby24x7@...il.com> wrote:
> This patch fix spelling typo in printk and Kconfig within
> various part of kernel sources.
>
> Signed-off-by: Masanari Iida <standby24x7@...il.com>
> @@ -1103,7 +1103,7 @@ static int __init edac_devinit(void)
>                 dev = platform_device_register_simple("octeon_lmc_edac",
>                                                       i, NULL, 0);
>                 if (IS_ERR(dev)) {
> -                       pr_err("Registation of octeon_lmc_edac %d failed!\n", i);
> +                       pr_err("Regisrtation of octeon_lmc_edac %d failed!\n", i);

spell checking of your own patches would help too...
--
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