From: maximilian attems Date: Tue, 29 Jan 2008 04:43:16 +0000 (-0800) Subject: [AX25]: Beautify x25_init() version printk. X-Git-Tag: v2.6.25-rc1~1089^2~130 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a44562e4d3a1612858a7872d633fce8c0ab349ab;p=linux-2.6 [AX25]: Beautify x25_init() version printk. kill ref to old version and dup Linux. Signed-off-by: maximilian attems Signed-off-by: David S. Miller --- diff --git a/net/x25/af_x25.c b/net/x25/af_x25.c index 07fad7ccf8..339ca4a8e8 100644 --- 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();