All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Correct two-byte message descriptions
@ 2005-12-13 13:29 Matthew Wilcox
  0 siblings, 0 replies; only message in thread
From: Matthew Wilcox @ 2005-12-13 13:29 UTC (permalink / raw)
  To: linux-scsi


Add missing comma.   Ordered Queue Tag and Ignore Wide Residue were
being concatenated together.

Signed-off-by: Matthew Wilcox <matthew@wil.cx>

Index: drivers/scsi/constants.c
===================================================================
RCS file: /var/cvs/linux-2.6/drivers/scsi/constants.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- a/drivers/scsi/constants.c	12 Nov 2005 04:08:09 -0000	1.12
+++ b/drivers/scsi/constants.c	13 Dec 2005 00:01:16 -0000	1.13
@@ -1291,5 +1291,5 @@ static const char *one_byte_msgs[] = {
 
 static const char *two_byte_msgs[] = {
-/* 0x20 */ "Simple Queue Tag", "Head of Queue Tag", "Ordered Queue Tag"
+/* 0x20 */ "Simple Queue Tag", "Head of Queue Tag", "Ordered Queue Tag",
 /* 0x23 */ "Ignore Wide Residue"
 };

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-12-13 13:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-13 13:29 [PATCH] Correct two-byte message descriptions Matthew Wilcox

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.