Skip to content

Commit

Permalink
NCPFS: update diagnostic strings to match routine names.
Browse files Browse the repository at this point in the history
Signed-off-by: Robert P. J. Day <[email protected]>
Cc: Petr Vandrovec <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
rpjday authored and Linus Torvalds committed Feb 6, 2008
1 parent 797074e commit 7c28cba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fs/ncpfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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();
}
Expand Down

0 comments on commit 7c28cba

Please sign in to comment.