lkml.org 
[lkml]   [2003]   [Jun]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] s390 (6/7): typos.
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/
\
 
 \ /
  Last update: 2005-03-22 13:36    [W:0.027 / U:2.032 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site