linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] [trivial] stmicro: Fix typo in stmmac_pci.c and stmmac_platform.c
@ 2012-02-12 13:45 Masanari Iida
  2012-02-13  5:51 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2012-02-12 13:45 UTC (permalink / raw)
  To: peppe.cavallaro, netdev; +Cc: trivial, linux-kernel, standby24x7

Correct spelling "drivr" to "driver" in
drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c
drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c   |    2 +-
 .../net/ethernet/stmicro/stmmac/stmmac_platform.c  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c
index c796de9..b596578 100644
--- a/drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c
+++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c
@@ -98,7 +98,7 @@ static int __devinit stmmac_pci_probe(struct pci_dev *pdev,
 
 	priv = stmmac_dvr_probe(&(pdev->dev), &plat_dat);
 	if (!priv) {
-		pr_err("%s: main drivr probe failed", __func__);
+		pr_err("%s: main driver probe failed", __func__);
 		goto err_out;
 	}
 	priv->ioaddr = addr;
diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
index 1ac8324..11af27e 100644
--- a/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
+++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
@@ -61,7 +61,7 @@ static int stmmac_pltfr_probe(struct platform_device *pdev)
 	plat_dat = pdev->dev.platform_data;
 	priv = stmmac_dvr_probe(&(pdev->dev), plat_dat);
 	if (!priv) {
-		pr_err("%s: main drivr probe failed", __func__);
+		pr_err("%s: main driver probe failed", __func__);
 		goto out_unmap;
 	}
 
-- 
1.7.6.5


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

* Re: [PATCH] [trivial] stmicro: Fix typo in stmmac_pci.c and stmmac_platform.c
  2012-02-12 13:45 [PATCH] [trivial] stmicro: Fix typo in stmmac_pci.c and stmmac_platform.c Masanari Iida
@ 2012-02-13  5:51 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2012-02-13  5:51 UTC (permalink / raw)
  To: standby24x7; +Cc: peppe.cavallaro, netdev, trivial, linux-kernel

From: Masanari Iida <standby24x7@gmail.com>
Date: Sun, 12 Feb 2012 22:45:41 +0900

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

Applied.

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

end of thread, other threads:[~2012-02-13  5:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-12 13:45 [PATCH] [trivial] stmicro: Fix typo in stmmac_pci.c and stmmac_platform.c Masanari Iida
2012-02-13  5:51 ` 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).