projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31a4c8b
)
stmmac: Fix typo in stmmac_pci.c
author
Masanari Iida
<
[email protected]
>
Wed, 8 Feb 2012 02:08:21 +0000
(
02:08
+0000)
committer
David S. Miller
<
[email protected]
>
Wed, 8 Feb 2012 20:29:15 +0000
(15:29 -0500)
Correct spelling "regiser" to "register" in
drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c
Signed-off-by: Masanari Iida <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c
b/drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c
index c796de9eed7226886ec67b453181c20fb129f111..6ce0706b2d1be1e5faaca87a5539081dee76d909 100644
(file)
--- 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 regis
t
er memory, aborting",
__func__);
ret = -EIO;
goto err_out_map_failed;