From: maximilian attems Date: Tue, 29 Jan 2008 04:43:16 +0000 (-0800) Subject: [AX25]: Beautify x25_init() version printk. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a44562e4d3a1612858a7872d633fce8c0ab349ab;p=linux-beck.git [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 07fad7ccf832..339ca4a8e89e 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();