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:	Tue, 28 Dec 2010 01:21:21 +0100 (CET)
From:	Jiri Kosina <jkosina@...e.cz>
To:	David Sterba <dsterba@...e.cz>
Cc:	mchehab@...hat.com, linux-edac@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] [TRIVIAL] i7core_edac: fix typos in comments

On Mon, 27 Dec 2010, David Sterba wrote:

> ---
>  drivers/edac/i7core_edac.c |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/edac/i7core_edac.c b/drivers/edac/i7core_edac.c
> index f41a34e..340efb0 100644
> --- a/drivers/edac/i7core_edac.c
> +++ b/drivers/edac/i7core_edac.c
> @@ -1,6 +1,6 @@
>  /* Intel i7 core/Nehalem Memory Controller kernel module
>   *
> - * This driver supports yhe memory controllers found on the Intel
> + * This driver supports the memory controllers found on the Intel
>   * processor families i7core, i7core 7xx/8xx, i5core, Xeon 35xx,
>   * Xeon 55xx and Xeon 56xx also known as Nehalem, Nehalem-EP, Lynnfield
>   * and Westmere-EP.
> @@ -1271,7 +1271,7 @@ static void __init i7core_xeon_pci_fixup(const struct pci_id_table *table)
>  	int i;
>  
>  	/*
> -	 * On Xeon 55xx, the Intel Quckpath Arch Generic Non-core pci buses
> +	 * On Xeon 55xx, the Intel Quick Path Arch Generic Non-core pci buses
>  	 * aren't announced by acpi. So, we need to use a legacy scan probing
>  	 * to detect them
>  	 */
> @@ -1864,7 +1864,7 @@ static int i7core_mce_check_error(void *priv, struct mce *mce)
>  	if (mce->mcgstatus & 1)
>  		i7core_check_error(mci);
>  
> -	/* Advice mcelog that the error were handled */
> +	/* Advise mcelog that the errors were handled */
>  	return 1;
>  }

Applied, thanks David.

-- 
Jiri Kosina
SUSE Labs, Novell Inc.
--
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