From: John Guthrie <guthrie@home.martnet.com>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] small patch to ide-tape.c
Date: Tue, 3 Jul 2001 19:27:54 -0400 [thread overview]
Message-ID: <200107032327.TAA19640@home.martnet.com> (raw)
Hello all,
This patch adds a missing semicolon that is noticed only if you define
IDETAPE_DEBUG_LOG_VERBOSE:
John Guthrie
guthrie@martnet.com
------------------------------CUT HERE-------------------------------------
--- ide-tape.c.orig Tue Jul 3 18:20:22 2001
+++ ide-tape.c Tue Jul 3 18:22:41 2001
@@ -1409,7 +1409,7 @@
case IDETAPE_WRITE_FILEMARK_CMD: return("WRITE_FILEMARK_CMD");
case IDETAPE_SPACE_CMD: return("SPACE_CMD");
case IDETAPE_INQUIRY_CMD: return("INQUIRY_CMD");
- case IDETAPE_ERASE_CMD: return("ERASE_CMD")
+ case IDETAPE_ERASE_CMD: return("ERASE_CMD");
case IDETAPE_MODE_SENSE_CMD: return("MODE_SENSE_CMD");
case IDETAPE_MODE_SELECT_CMD: return("MODE_SELECT_CMD");
case IDETAPE_LOAD_UNLOAD_CMD: return("LOAD_UNLOAD_CMD");
next reply other threads:[~2001-07-03 23:28 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-07-03 23:27 John Guthrie [this message]
[not found] <mailman.994203003.28209.linux-kernel2news@redhat.com>
2001-07-04 0:36 ` [PATCH] small patch to ide-tape.c Pete Zaitcev
-- strict thread matches above, loose matches on Subject: below --
2001-07-04 23:02 John Guthrie
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=200107032327.TAA19640@home.martnet.com \
--to=guthrie@home.martnet.com \
--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