netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Giuseppe CAVALLARO <peppe.cavallaro@st.com>
To: Masanari Iida <standby24x7@gmail.com>
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, trivial@kernel.org
Subject: Re: [PATCH] [trivial] stmmac: Fix typo in stmmac_pci.c
Date: Wed, 08 Feb 2012 14:54:00 +0100	[thread overview]
Message-ID: <4F327E78.2040207@st.com> (raw)
In-Reply-To: <1328702901-2157-1-git-send-email-standby24x7@gmail.com>

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@gmail.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;

  reply	other threads:[~2012-02-08 13:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-08 12:08 [PATCH] [trivial] stmmac: Fix typo in stmmac_pci.c Masanari Iida
2012-02-08 13:54 ` Giuseppe CAVALLARO [this message]
2012-02-08 20:29 ` David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F327E78.2040207@st.com \
    --to=peppe.cavallaro@st.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=standby24x7@gmail.com \
    --cc=trivial@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).