]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/ncpfs/inode.c
NCPFS: update diagnostic strings to match routine names.
[linux-2.6-omap-h63xx.git] / fs / ncpfs / inode.c
index e1cb70c643f8f81f599ad1da0c76cc9080aba332..eff1f18d034f1b2510aa6ef54c71427bda284ba1 100644 (file)
@@ -987,7 +987,7 @@ static struct file_system_type ncp_fs_type = {
 static int __init init_ncp_fs(void)
 {
        int err;
-       DPRINTK("ncpfs: init_module called\n");
+       DPRINTK("ncpfs: init_ncp_fs called\n");
 
        err = init_inodecache();
        if (err)
@@ -1004,7 +1004,7 @@ out1:
 
 static void __exit exit_ncp_fs(void)
 {
-       DPRINTK("ncpfs: cleanup_module called\n");
+       DPRINTK("ncpfs: exit_ncp_fs called\n");
        unregister_filesystem(&ncp_fs_type);
        destroy_inodecache();
 }