public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "J. Albers" <j_albers@web.de>
To: linux-kernel@vger.kernel.org
Cc: torvalds@transmeta.com
Subject: Kernelpatch: multi line string problem in 2.5.14 with gcc3.x
Date: Wed, 8 May 2002 08:45:31 -0700	[thread overview]
Message-ID: <200205080845.31655.j_albers@web.de> (raw)

Hi,

this patches fix problems with multi line stings in 2.5.14 /w gcc 3.x

Best regards,
 Jens Albers

==========  Begin #1 ==========
--- aic7xxx_linux.c_2.5.14      Wed May  8 08:00:27 2002
+++ aic7xxx_linux.c     Wed May  8 08:01:24 2002
@@ -398,26 +398,26 @@
 MODULE_LICENSE("Dual BSD/GPL");
 #endif
 MODULE_PARM(aic7xxx, "s");
-MODULE_PARM_DESC(aic7xxx, "period delimited, options string.
-       verbose                 Enable verbose/diagnostic logging
-       no_probe                Disable EISA/VLB controller probing
-       no_reset                Supress initial bus resets
-       extended                Enable extended geometry on all controllers
-       periodic_otag           Send an ordered tagged transaction 
periodically
-                               to prevent tag starvation.  This may be
-                               required by some older disk drives/RAID 
arrays.
-       reverse_scan            Sort PCI devices highest Bus/Slot to lowest
-       tag_info:<tag_str>      Set per-target tag depth
-       seltime:<int>           Selection 
Timeout(0/256ms,1/128ms,2/64ms,3/32ms)
-
-       Sample /etc/modules.conf line:
-               Enable verbose logging
-               Disable EISA/VLB probing
-               Set tag depth on Controller 2/Target 2 to 10 tags
-               Shorten the selection timeout to 128ms from its default of 256
-
-       options 
aic7xxx='\"verbose.no_probe.tag_info:{{}.{}.{..10}}.seltime:1\"'
-");
+MODULE_PARM_DESC(aic7xxx, "period delimited, options string."
+"      verbose                 Enable verbose/diagnostic logging"
+"      no_probe                Disable EISA/VLB controller probing"
+"      no_reset                Supress initial bus resets"
+"      extended                Enable extended geometry on all controllers"
+"      periodic_otag           Send an ordered tagged transaction 
periodically"
+"                              to prevent tag starvation.  This may be"
+"                              required by some older disk drives/RAID 
arrays."
+"      reverse_scan            Sort PCI devices highest Bus/Slot to lowest"
+"      tag_info:<tag_str>      Set per-target tag depth"
+"      seltime:<int>           Selection 
Timeout(0/256ms,1/128ms,2/64ms,3/32ms)"
+""
+"      Sample /etc/modules.conf line:"
+"              Enable verbose logging"
+"              Disable EISA/VLB probing"
+"              Set tag depth on Controller 2/Target 2 to 10 tags"
+"              Shorten the selection timeout to 128ms from its default of 
256"
+""
+"      options 
aic7xxx='\"verbose.no_probe.tag_info:{{}.{}.{..10}}.seltime:1\"'"
+);
 #endif

 static void ahc_linux_handle_scsi_status(struct ahc_softc *,
==========  End #1 ==========

==========  Begin #2 ==========
--- i2c-core.c_2.5.14   Wed May  8 08:31:40 2002
+++ i2c-core.c  Wed May  8 08:32:43 2002
@@ -381,10 +381,10 @@
                                                printk("i2c-core.o: while "
                                                       "unregistering driver "
                                                       "`%s', the client at "
-                                                      "address %02x of
-                                                      adapter `%s' could not
-                                                      be detached; driver
-                                                      not unloaded!",
+                                                      "address %02x of "
+                                                      "adapter `%s' could not 
"
+                                                      "be detached; driver "
+                                                      "not unloaded!",
                                                       driver->name,
                                                       client->addr,
                                                       adap->name);
==========  Begin #2 ==========

             reply	other threads:[~2002-05-08 15:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-08 15:45 J. Albers [this message]
2002-05-08 16:47 ` Kernelpatch: multi line string problem in 2.5.14 with gcc3.x Andreas Dilger

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=200205080845.31655.j_albers@web.de \
    --to=j_albers@web.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /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