[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4F327E78.2040207@st.com>
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 netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists