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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 08 Feb 2012 14:54:00 +0100
From:	Giuseppe CAVALLARO <peppe.cavallaro@...com>
To:	Masanari Iida <standby24x7@...il.com>
Cc:	netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
	trivial@...nel.org
Subject: Re: [PATCH] [trivial] stmmac: Fix typo in stmmac_pci.c

Thanks Masanari.

Peppe

On 2/8/2012 1:08 PM, Masanari Iida wrote:
> Correct spelling "regiser" to "register" in
> drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c
> 
> Signed-off-by: Masanari Iida <standby24x7@...il.com>
> ---
>  drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c
> index c796de9..6ce0706 100644
> --- a/drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c
> +++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c
> @@ -85,7 +85,7 @@ static int __devinit stmmac_pci_probe(struct pci_dev *pdev,
>  			continue;
>  		addr = pci_iomap(pdev, i, 0);
>  		if (addr == NULL) {
> -			pr_err("%s: ERROR: cannot map regiser memory, aborting",
> +			pr_err("%s: ERROR: cannot map register memory, aborting",
>  			       __func__);
>  			ret = -EIO;
>  			goto err_out_map_failed;

--
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