[patch] s390: dasd proc interface typo

From: Heiko Carstens
Date: Thu Mar 09 2006 - 06:31:17 EST


From: Horst Hummel <horst.hummel@xxxxxxxxxx>

This fixes a typo introduced with 90f0094dc607abe384a412bfb7199fb667ab0735.

Signed-off-by: Horst Hummel <horst.hummel@xxxxxxxxxx>
Signed-off-by: Heiko Carstens <heiko.carstens@xxxxxxxxxx>
---

This changes a new user space interface and therefore should be merged
before 2.6.16. Or never.

drivers/s390/block/dasd_proc.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

diff -urpN linux-2.6/drivers/s390/block/dasd_proc.c linux-2.6-patched/drivers/s390/block/dasd_proc.c
--- linux-2.6/drivers/s390/block/dasd_proc.c 2006-03-09 12:24:41.000000000 +0100
+++ linux-2.6-patched/drivers/s390/block/dasd_proc.c 2006-03-09 12:24:58.000000000 +0100
@@ -94,7 +94,7 @@ dasd_devices_show(struct seq_file *m, vo
seq_printf(m, "basic");
break;
case DASD_STATE_UNFMT:
- seq_printf(m, "unnformatted");
+ seq_printf(m, "unformatted");
break;
case DASD_STATE_READY:
case DASD_STATE_ONLINE:
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/