summaryrefslogtreecommitdiff
path: root/fs/smbfs
diff options
context:
space:
mode:
authorSergio Luis <sergio@uece.br>2008-02-13 23:03:30 (GMT)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2008-02-14 00:21:19 (GMT)
commited58f8027945f1cf415bfe3805e1fa3fe8ed9edf (patch)
tree836b52706a5d86db957661b89e493eb926cdac60 /fs/smbfs
parentf1a5955d90981c602ab77a8a181a0aa0f4f12cd9 (diff)
downloadlinux-fsl-qoriq-ed58f8027945f1cf415bfe3805e1fa3fe8ed9edf.tar.xz
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>
Diffstat (limited to 'fs/smbfs')
-rw-r--r--fs/smbfs/inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/smbfs/inode.c b/fs/smbfs/inode.c
index 4e5c22c..376ef3e 100644
--- a/fs/smbfs/inode.c
+++ b/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) {
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)