mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-20 10:44:23 +08:00
aeroflex: Fix typo in greth.c
Correct spelling "reseting" to "resetting" in drivers/net/ethernet/aeroflex/greth.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
3cc26e36a0
commit
72e60278d7
@ -1421,7 +1421,7 @@ static int __devinit greth_of_probe(struct platform_device *ofdev)
|
||||
SET_NETDEV_DEV(dev, greth->dev);
|
||||
|
||||
if (netif_msg_probe(greth))
|
||||
dev_dbg(greth->dev, "reseting controller.\n");
|
||||
dev_dbg(greth->dev, "resetting controller.\n");
|
||||
|
||||
/* Reset the controller. */
|
||||
GRETH_REGSAVE(regs->control, GRETH_RESET);
|
||||
|
Loading…
Reference in New Issue
Block a user