LWN.net Logo

s390 (6/7): typos.

From:  Martin Schwidefsky <schwidefsky@de.ibm.com>
To:  linux-kernel@vger.kernel.org, torvalds@transmeta.com
Subject:  [PATCH] s390 (6/7): typos.
Date:  Fri, 27 Jun 2003 17:09:05 +0200

Fix typos.

diffstat:
 drivers/s390/block/xpram.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff -urN linux-2.5/drivers/s390/block/xpram.c linux-2.5-s390/drivers/s390/block/xpram.c
--- linux-2.5/drivers/s390/block/xpram.c	Sun Jun 22 20:33:04 2003
+++ linux-2.5-s390/drivers/s390/block/xpram.c	Fri Jun 27 16:04:40 2003
@@ -487,7 +487,7 @@
 	unregister_blkdev(XPRAM_MAJOR, XPRAM_NAME);
 	devfs_remove("slram");
 	sys_device_unregister(&xpram_sys_device);
-	sysdev_class_unregister(&xpram_sys_class);
+	sysdev_class_unregister(&xpram_sysclass);
 }
 
 static int __init xpram_init(void)
@@ -511,7 +511,7 @@
 
 	rc = sys_device_register(&xpram_sys_device);
 	if (rc) {
-		sysdev_class_unregister(&xpram_syclass);
+		sysdev_class_unregister(&xpram_sysclass);
 		return rc;
 	}
 	rc = xpram_setup_blkdev();
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Copyright © 2003, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds