* [PATCH] s390 (6/7): typos.
@ 2003-06-27 15:09 Martin Schwidefsky
0 siblings, 0 replies; only message in thread
From: Martin Schwidefsky @ 2003-06-27 15:09 UTC (permalink / raw)
To: linux-kernel, torvalds
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();
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-06-27 14:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-27 15:09 [PATCH] s390 (6/7): typos Martin Schwidefsky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®