Преглед изворни кода

fs/smbfs/inode.c: fix warning message deprecating smbfs

Fix the warning message regarding smbfs to

"smbfs is deprecated and will be removed from the 2.6.27 kernel. Please migrate to cifs"

instead of

"smbfs is deprecated and will be removedfrom the 2.6.27 kernel.  Please migrate to cifs"

Signed-off-by: Sergio Luis <sergio@uece.br>
Screwed-up-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Steven French <sfrench@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Sergio Luis пре 17 година
родитељ
комит
ed58f80279
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      fs/smbfs/inode.c

+ 1 - 1
fs/smbfs/inode.c

@@ -505,7 +505,7 @@ static int smb_fill_super(struct super_block *sb, void *raw_data, int silent)
 	if (warn_count < 5) {
 	if (warn_count < 5) {
 		warn_count++;
 		warn_count++;
 		printk(KERN_EMERG "smbfs is deprecated and will be removed"
 		printk(KERN_EMERG "smbfs is deprecated and will be removed"
-			"from the 2.6.27 kernel.  Please migrate to cifs\n");
+			" from the 2.6.27 kernel. Please migrate to cifs\n");
 	}
 	}
 
 
 	if (!raw_data)
 	if (!raw_data)