[PATCH] Fix multiline string on dn_table.c (decnet)

Eduardo Pereira Habkost (ehabkost@conectiva.com.br)
Fri, 23 May 2003 17:39:14 -0300


This is a MIME-formatted message. If you see this text it means that your
E-mail software does not support MIME-formatted messages.

--=_courier-19511-1053722457-0001-2
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Detected when using gcc 3.3.

--=20
Eduardo

diff -purN linux-2.4.orig/net/decnet/dn_table.c linux-2.4/net/decnet/dn_tab=
le.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;
=20
if (in_interrupt() && net_ratelimit()) {
- printk(KERN_DEBUG "DECnet: BUG! Attempt to create routing =
table=20
-from interrupt\n");=20
+ printk(KERN_DEBUG "DECnet: BUG! Attempt to create routing =
table from interrupt\n");=20
return NULL;
}
if ((t =3D kmalloc(sizeof(struct dn_fib_table), GFP_KERNEL)) =3D=
=3D NULL)

--=_courier-19511-1053722457-0001-2
Content-Type: application/pgp-signature
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+zobycaRJ66w1lWgRAoqtAJ0RbEe/n2SETX2bA4sG6S6RGUIm1QCfWN7F
7R6L10ILrd0rYHb1e2k2HfY=
=BX0t
-----END PGP SIGNATURE-----

--=_courier-19511-1053722457-0001-2--