Skip to content

Commit

Permalink
[AX25]: Beautify x25_init() version printk.
Browse files Browse the repository at this point in the history
kill ref to old version and dup Linux.

Signed-off-by: maximilian attems <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
brainflux authored and davem330 committed Feb 1, 2008
1 parent 8674204 commit a44562e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/x25/af_x25.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit a44562e

Please sign in to comment.