public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andreas Steinmetz <ast@domdv.de>
To: linux-kernel <linux-kernel@vger.kernel.org>
Subject: 2.4.20pre5 trivial compiler warning fix for fmvj18x_cs.c
Date: Thu, 05 Sep 2002 22:39:50 +0200	[thread overview]
Message-ID: <3D77C116.9010808@domdv.de> (raw)

[-- Attachment #1: Type: text/plain, Size: 132 bytes --]

the attached patch fixes a multi line string literal warning for 
fmvj18x_cs.c.
-- 
Andreas Steinmetz
D.O.M. Datenverarbeitung GmbH

[-- Attachment #2: fmvj18x_cs.c.diff --]
[-- Type: text/plain, Size: 499 bytes --]

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

                 reply	other threads:[~2002-09-05 21:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3D77C116.9010808@domdv.de \
    --to=ast@domdv.de \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox