projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a83cd2c
)
[ROSE]: fix typo (regeistration)
author
Alexey Dobriyan
<adobriyan@gmail.com>
Tue, 27 Sep 2005 22:45:15 +0000
(15:45 -0700)
committer
David 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
patch
|
blob
|
history
diff --git
a/net/rose/af_rose.c
b/net/rose/af_rose.c
index
0f96565
..
829fdbc
100644
(file)
--- 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 reg
e
istration failed\n");
+ printk(KERN_ERR "ROSE: netdevice registration failed\n");
free_netdev(dev);
goto fail;
}