linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] 2.6.24-git19 fs/smbfs/inode.c - fix warning message deprecating smbfs
@ 2008-02-08 22:00 Sergio Luis
  0 siblings, 0 replies; only message in thread
From: Sergio Luis @ 2008-02-08 22:00 UTC (permalink / raw)
  To: linux-kernel

This just fixes 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"

(adding a blank space between 'removed' and 'from' and removing one between the dot and 'Please')

Signed-off-by: Sergio Luis <sergio@uece.br>


inode.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff -urN linux-2.6.24-git19.orig/fs/smbfs/inode.c linux-2.6.24-git19/fs/smbfs/inode.c
--- linux-2.6.24-git19.orig/fs/smbfs/inode.c	2008-02-08 18:42:21.000000000 -0300
+++ linux-2.6.24-git19/fs/smbfs/inode.c	2008-02-08 18:34:45.000000000 -0300
@@ -505,7 +505,7 @@
 	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)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-02-08 22:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-08 22:00 [PATCH] 2.6.24-git19 fs/smbfs/inode.c - fix warning message deprecating smbfs Sergio Luis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).