2003-05-23 20:27:12

by Eduardo Pereira Habkost

[permalink] [raw]
Subject: [PATCH] Fix multiline string on dn_table.c (decnet)

Detected when using gcc 3.3.

--
Eduardo


diff -purN linux-2.4.orig/net/decnet/dn_table.c linux-2.4/net/decnet/dn_table.c
--- linux-2.4.orig/net/decnet/dn_table.c 2003-05-22 20:13:13.000000000 -0300
+++ linux-2.4/net/decnet/dn_table.c 2003-05-22 20:13:13.000000000 -0300
@@ -836,8 +836,7 @@ struct dn_fib_table *dn_fib_get_table(in
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)


Attachments:
(No filename) (740.00 B)
(No filename) (189.00 B)
Download all attachments