From 3872087e8fed800a76e6d7ee3aaff135a85523a8 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Wed, 6 Feb 2008 01:37:09 -0800 Subject: [PATCH] --- yaml --- r: 83427 b: refs/heads/master c: 7c28cbaed6811260efc0134b984b924cd0ed46f5 h: refs/heads/master i: 83425: 83634a513556dedcdd23c07bcf9bd580260f8bcc 83423: f28ac45b945173a28a4406f5cf639109d1c83312 v: v3 --- [refs] | 2 +- trunk/fs/ncpfs/inode.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 6d51d57cd80b..8b99a6599c07 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 797074e44d78835adbde2ca527718b0e50226b95 +refs/heads/master: 7c28cbaed6811260efc0134b984b924cd0ed46f5 diff --git a/trunk/fs/ncpfs/inode.c b/trunk/fs/ncpfs/inode.c index e1cb70c643f8..eff1f18d034f 100644 --- a/trunk/fs/ncpfs/inode.c +++ b/trunk/fs/ncpfs/inode.c @@ -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 @@ static int __init init_ncp_fs(void) 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(); }