All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Wilkens <robw@optonline.net>
To: linux-kernel@vger.kernel.org
Subject: Patch - Misnomer
Date: Fri, 25 Feb 2005 00:56:23 -0500	[thread overview]
Message-ID: <1109310983.6674.5.camel@localhost.localdomain> (raw)

Below is patch for the SCSI sr.c driver, there was a mis-nomer referring
to the rewritable CD-ROM drive.

Rob
===========================================================================

--- kernel-source-2.6.10.old/drivers/scsi/sr.c  2004-12-24
16:35:50.000000000 -0500
+++ kernel-source-2.6.10.nwo/drivers/scsi/sr.c  2005-02-25
00:28:15.299421808 -0500
@@ -839,7 +839,7 @@
               cd->cdi.speed,
               buffer[n + 3] & 0x01 ? "writer " : "", /* CD Writer */
               buffer[n + 3] & 0x20 ? "dvd-ram " : "",
-              buffer[n + 2] & 0x02 ? "cd/rw " : "", /* can read
rewriteable */
+              buffer[n + 2] & 0x02 ? "cd-rw " : "", /* can read
rewriteable */
               buffer[n + 4] & 0x20 ? "xa/form2 " : "", /* can read
xa/from2 */
               buffer[n + 5] & 0x01 ? "cdda " : "", /* can read audio
data */
               loadmech[buffer[n + 6] >> 5]);



                 reply	other threads:[~2005-02-25  5:56 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=1109310983.6674.5.camel@localhost.localdomain \
    --to=robw@optonline.net \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.