Commit 7c28cbaed6811260efc0134b984b924cd0ed46f5

Authored by Robert P. J. Day
Committed by Linus Torvalds
1 parent 797074e44d

NCPFS: update diagnostic strings to match routine names.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Cc: Petr Vandrovec <VANDROVE@vc.cvut.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

... ... @@ -987,7 +987,7 @@
987 987 static int __init init_ncp_fs(void)
988 988 {
989 989 int err;
990   - DPRINTK("ncpfs: init_module called\n");
  990 + DPRINTK("ncpfs: init_ncp_fs called\n");
991 991  
992 992 err = init_inodecache();
993 993 if (err)
... ... @@ -1004,7 +1004,7 @@
1004 1004  
1005 1005 static void __exit exit_ncp_fs(void)
1006 1006 {
1007   - DPRINTK("ncpfs: cleanup_module called\n");
  1007 + DPRINTK("ncpfs: exit_ncp_fs called\n");
1008 1008 unregister_filesystem(&ncp_fs_type);
1009 1009 destroy_inodecache();
1010 1010 }