2.4.20pre5 trivial compiler warning fix for fmvj18x_cs.c

Andreas Steinmetz (ast@domdv.de)
Thu, 05 Sep 2002 22:39:50 +0200


This is a multi-part message in MIME format.
--------------070003030904080009030905
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

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

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

--------------070003030904080009030905 Content-Type: text/plain; name="fmvj18x_cs.c.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="fmvj18x_cs.c.diff"

--- 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; }

--------------070003030904080009030905--

- 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/