]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[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 0f96565a64ec9a4948ec305947827811590f863b..829fdbc4400be21af83e3846fd913cd746fdca3b 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;
                }