Skip to content

Commit

Permalink
aeroflex: Fix typo in greth.c
Browse files Browse the repository at this point in the history
Correct spelling "reseting" to "resetting" in
drivers/net/ethernet/aeroflex/greth.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Masanari Iida authored and Jiri Kosina committed Feb 9, 2012
1 parent 5fd5c44 commit 58642a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/aeroflex/greth.c
Original file line number Diff line number Diff line change
Expand Up @@ -1422,7 +1422,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);
Expand Down

0 comments on commit 58642a2

Please sign in to comment.