linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [trivial] stmmac: Fix typo in stmmac_pci.c
@ 2012-02-08 12:08 Masanari Iida
  2012-02-08 13:54 ` Giuseppe CAVALLARO
  2012-02-08 20:29 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Masanari Iida @ 2012-02-08 12:08 UTC (permalink / raw)
  To: peppe.cavallaro, netdev; +Cc: linux-kernel, trivial, standby24x7

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] [trivial] stmmac: Fix typo in stmmac_pci.c
  2012-02-08 12:08 [PATCH] [trivial] stmmac: Fix typo in stmmac_pci.c Masanari Iida
@ 2012-02-08 13:54 ` Giuseppe CAVALLARO
  2012-02-08 20:29 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Giuseppe CAVALLARO @ 2012-02-08 13:54 UTC (permalink / raw)
  To: Masanari Iida; +Cc: netdev, linux-kernel, trivial

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;


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] [trivial] stmmac: Fix typo in stmmac_pci.c
  2012-02-08 12:08 [PATCH] [trivial] stmmac: Fix typo in stmmac_pci.c Masanari Iida
  2012-02-08 13:54 ` Giuseppe CAVALLARO
@ 2012-02-08 20:29 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2012-02-08 20:29 UTC (permalink / raw)
  To: standby24x7; +Cc: peppe.cavallaro, netdev, linux-kernel, trivial

From: Masanari Iida <standby24x7@gmail.com>
Date: Wed,  8 Feb 2012 21:08:21 +0900

> Correct spelling "regiser" to "register" in
> drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>

Applied.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-02-08 20:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-08 12:08 [PATCH] [trivial] stmmac: Fix typo in stmmac_pci.c Masanari Iida
2012-02-08 13:54 ` Giuseppe CAVALLARO
2012-02-08 20:29 ` David Miller

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