Commit 8c1a7f52 authored by Masanari Iida's avatar Masanari Iida Committed by David S. Miller

stmmac: Fix typo in stmmac_pci.c

Correct spelling "regiser" to "register" in
drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c
Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 31a4c8b8
...@@ -85,7 +85,7 @@ static int __devinit stmmac_pci_probe(struct pci_dev *pdev, ...@@ -85,7 +85,7 @@ static int __devinit stmmac_pci_probe(struct pci_dev *pdev,
continue; continue;
addr = pci_iomap(pdev, i, 0); addr = pci_iomap(pdev, i, 0);
if (addr == NULL) { if (addr == NULL) {
pr_err("%s: ERROR: cannot map regiser memory, aborting", pr_err("%s: ERROR: cannot map register memory, aborting",
__func__); __func__);
ret = -EIO; ret = -EIO;
goto err_out_map_failed; goto err_out_map_failed;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment