[ROSE]: fix typo (regeistration)
authorAlexey Dobriyan <adobriyan@gmail.com>
Tue, 27 Sep 2005 22:45:15 +0000 (15:45 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 27 Sep 2005 22:45:15 +0000 (15:45 -0700)
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rose/af_rose.c

index 0f96565..829fdbc 100644 (file)
@@ -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;
                }