patch-2.4.22 linux-2.4.22/net/decnet/dn_table.c

Next file: linux-2.4.22/net/ethernet/eth.c
Previous file: linux-2.4.22/net/core/skbuff.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/net/decnet/dn_table.c linux-2.4.22/net/decnet/dn_table.c
@@ -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)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)