提交 7c28cbae 编写于 作者: R Robert P. J. Day 提交者: Linus Torvalds

NCPFS: update diagnostic strings to match routine names.

Signed-off-by: NRobert P. J. Day <rpjday@crashcourse.ca>
Cc: Petr Vandrovec <VANDROVE@vc.cvut.cz>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 797074e4
......@@ -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();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册