linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch] s390: dasd proc interface typo
@ 2006-03-09 11:33 Heiko Carstens
  0 siblings, 0 replies; only message in thread
From: Heiko Carstens @ 2006-03-09 11:33 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Martin Schwidefsky, Horst Hummel, linux-kernel

From: Horst Hummel <horst.hummel@de.ibm.com>

This fixes a typo introduced with 90f0094dc607abe384a412bfb7199fb667ab0735.

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

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:

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

only message in thread, other threads:[~2006-03-09 11:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-09 11:33 [patch] s390: dasd proc interface typo Heiko Carstens

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).