* [PATCH] pata_it821x: Fix RAID type display
@ 2011-07-04 13:33 Jean Delvare
2011-07-04 14:49 ` Sergei Shtylyov
0 siblings, 1 reply; 2+ messages in thread
From: Jean Delvare @ 2011-07-04 13:33 UTC (permalink / raw)
To: Jeff Garzik; +Cc: Alan Cox, linux-ide
The missing comma causes the wrong RAID type to be displayed.
Introduced by commit 963e4975c6f93c148ca809d986d412201df9af89 three
years ago, odd that nobody noticed before.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Jeff Garzik <jgarzik@pobox.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
---
drivers/ata/pata_it821x.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-3.0-rc5.orig/drivers/ata/pata_it821x.c 2011-05-20 10:42:40.000000000 +0200
+++ linux-3.0-rc5/drivers/ata/pata_it821x.c 2011-07-04 15:05:14.000000000 +0200
@@ -610,7 +610,7 @@ static void it821x_display_disk(int n, u
char *cbl = "(40 wire cable)";
static const char *types[5] = {
- "RAID0", "RAID1" "RAID 0+1", "JBOD", "DISK"
+ "RAID0", "RAID1", "RAID 0+1", "JBOD", "DISK"
};
if (buf[52] > 4) /* No Disk */
--
Jean Delvare
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-07-04 14:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-04 13:33 [PATCH] pata_it821x: Fix RAID type display Jean Delvare
2011-07-04 14:49 ` Sergei Shtylyov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).