From: Alexey Dobriyan Date: Tue, 27 Sep 2005 22:45:15 +0000 (-0700) Subject: [ROSE]: fix typo (regeistration) X-Git-Tag: v2.6.14-rc3~53^2~8 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=520d1b830a93086c1f9e969d98f7ef01f0356493;p=linux-2.6-omap-h63xx.git [ROSE]: fix typo (regeistration) Signed-off-by: Alexey Dobriyan Signed-off-by: David S. Miller --- diff --git a/net/rose/af_rose.c b/net/rose/af_rose.c index 0f96565a64e..829fdbc4400 100644 --- a/net/rose/af_rose.c +++ b/net/rose/af_rose.c @@ -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; }