mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
[ROSE]: fix typo (regeistration)
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
a83cd2cc90
commit
520d1b830a
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user