Skip to content

Commit

Permalink
[ROSE]: fix typo (regeistration)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Alexey Dobriyan authored and davem330 committed Sep 27, 2005
1 parent a83cd2c commit 520d1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/rose/af_rose.c
Original file line number Diff line number Diff line change
Expand Up @@ -1508,7 +1508,7 @@ static int __init rose_proto_init(void)
}
rc = register_netdev(dev);
if (rc) {
printk(KERN_ERR "ROSE: netdevice regeistration failed\n");
printk(KERN_ERR "ROSE: netdevice registration failed\n");
free_netdev(dev);
goto fail;
}
Expand Down

0 comments on commit 520d1b8

Please sign in to comment.