]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
stmmac: Fix typo in stmmac_pci.c
authorMasanari Iida <standby24x7@gmail.com>
Wed, 8 Feb 2012 02:08:21 +0000 (02:08 +0000)
committerDavid S. Miller <davem@davemloft.net>
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 <standby24x7@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c

index c796de9eed7226886ec67b453181c20fb129f111..6ce0706b2d1be1e5faaca87a5539081dee76d909 100644 (file)
@@ -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;