Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 520d1b83 authored by Alexey Dobriyan's avatar Alexey Dobriyan Committed by David S. Miller
Browse files

[ROSE]: fix typo (regeistration)

parent a83cd2cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
		}