public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Sergio Luis <sergio@uece.br>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] 2.6.24-git19 fs/smbfs/inode.c - fix warning message deprecating smbfs
Date: Fri, 08 Feb 2008 19:00:35 -0300	[thread overview]
Message-ID: <47ACD103.8000801@uece.br> (raw)

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)

                 reply	other threads:[~2008-02-08 22:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47ACD103.8000801@uece.br \
    --to=sergio@uece.br \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox