--- linux-2.4.21/net/decnet/dn_table.c.orig 2001-12-21 12:42:05.000000000 -0500 +++ linux-2.4.21/net/decnet/dn_table.c 2003-09-27 18:43:14.000000000 -0400 @@ -836,8 +836,7 @@ return NULL; if (in_interrupt() && net_ratelimit()) { - printk(KERN_DEBUG "DECnet: BUG! Attempt to create routing table -from interrupt\n"); + printk(KERN_DEBUG "DECnet: BUG! Attempt to create routing table from interrupt\n"); return NULL; } if ((t = kmalloc(sizeof(struct dn_fib_table), GFP_KERNEL)) == NULL)