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>

authored by Sergio Luis and committed by Linus Torvalds ed58f802 f1a5955d

+1 -1
+1 -1
fs/smbfs/inode.c
··· 505 505 if (warn_count < 5) { 506 506 warn_count++; 507 507 printk(KERN_EMERG "smbfs is deprecated and will be removed" 508 - "from the 2.6.27 kernel. Please migrate to cifs\n"); 508 + " from the 2.6.27 kernel. Please migrate to cifs\n"); 509 509 } 510 510 511 511 if (!raw_data)