2.4.20pre5 trivial compiler warning fix for fmvj18x_cs.c

From: Andreas Steinmetz (ast@domdv.de)
Date: Thu Sep 05 2002 - 15:39:50 EST


the attached patch fixes a multi line string literal warning for
fmvj18x_cs.c.

-- 
Andreas Steinmetz
D.O.M. Datenverarbeitung GmbH

--- drivers/net/pcmcia/fmvj18x_cs.c.orig 2002-09-05 22:36:18.000000000 +0200 +++ drivers/net/pcmcia/fmvj18x_cs.c 2002-09-05 22:36:30.000000000 +0200 @@ -571,8 +571,8 @@ case XXX10304: /* Read MACID from Buggy CIS */ if (fmvj18x_get_hwinfo(link, tuple.TupleData) == -1) { - printk(KERN_NOTICE "fmvj18x_cs: unable to read hardware net - address."); + printk(KERN_NOTICE "fmvj18x_cs: unable to read hardware net " + "address."); unregister_netdev(dev); goto failed; }

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Sep 07 2002 - 22:00:27 EST