fs/smbfs/inode.c: fix warning message deprecating smbfs
authorSergio Luis <[email protected]>
Wed, 13 Feb 2008 23:03:30 +0000 (15:03 -0800)
committerLinus Torvalds <[email protected]>
Thu, 14 Feb 2008 00:21:19 +0000 (16:21 -0800)
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 <[email protected]>
Screwed-up-by: Andrew Morton <[email protected]>
Cc: Steven French <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/smbfs/inode.c

index 4e5c22ca802e86f77380f51fdb402bcd7add26c9..376ef3ee6ed7b004807e52f61ac077a7e759df1d 100644 (file)
@@ -505,7 +505,7 @@ static int smb_fill_super(struct super_block *sb, void *raw_data, int silent)
        if (warn_count < 5) {
                warn_count++;
                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)