projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8674204
)
[AX25]: Beautify x25_init() version printk.
author
maximilian attems
<max@stro.at>
Tue, 29 Jan 2008 04:43:16 +0000
(20:43 -0800)
committer
David S. Miller
<davem@davemloft.net>
Fri, 1 Feb 2008 03:27:06 +0000
(19:27 -0800)
kill ref to old version and dup Linux.
Signed-off-by: maximilian attems <max@stro.at>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/x25/af_x25.c
patch
|
blob
|
blame
|
history
diff --git
a/net/x25/af_x25.c
b/net/x25/af_x25.c
index 07fad7ccf83204c137b90fb0bfc906dd25a0dfbf..339ca4a8e89ed262295fa1851770e34a03a86738 100644
(file)
--- a/
net/x25/af_x25.c
+++ b/
net/x25/af_x25.c
@@
-1652,7
+1652,7
@@
static int __init x25_init(void)
register_netdevice_notifier(&x25_dev_notifier);
- printk(KERN_INFO "X.25 for Linux
. Version 0.2 for Linux 2.1.15
\n");
+ printk(KERN_INFO "X.25 for Linux
Version 0.2
\n");
#ifdef CONFIG_SYSCTL
x25_register_sysctl();