Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=497799e7c0ac7e82164a510ebf8beed7b3635e34
Commit:     497799e7c0ac7e82164a510ebf8beed7b3635e34
Parent:     4267c9561d9c3bb2abf45abed9c75a1c892d7d15
Author:     Dan Muntz <[EMAIL PROTECTED]>
AuthorDate: Wed Feb 13 13:09:35 2008 -0800
Committer:  Trond Myklebust <[EMAIL PROTECTED]>
CommitDate: Wed Feb 13 23:24:06 2008 -0500

    NFS: missing spaces in KERN_WARNING
    
    The warning message for a v4 server returning various bad sequence-ids is
    missing spaces.
    
    Signed-off-by: Dan Muntz <[EMAIL PROTECTED]>
    Signed-off-by: Trond Myklebust <[EMAIL PROTECTED]>
---
 fs/nfs/nfs4state.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/fs/nfs/nfs4state.c b/fs/nfs/nfs4state.c
index f9c7432..6233eb5 100644
--- a/fs/nfs/nfs4state.c
+++ b/fs/nfs/nfs4state.c
@@ -682,8 +682,8 @@ static void nfs_increment_seqid(int status, struct 
nfs_seqid *seqid)
                        if (seqid->sequence->flags & NFS_SEQID_CONFIRMED)
                                return;
                        printk(KERN_WARNING "NFS: v4 server returned a bad"
-                                       "sequence-id error on an"
-                                       "unconfirmed sequence %p!\n",
+                                       " sequence-id error on an"
+                                       " unconfirmed sequence %p!\n",
                                        seqid->sequence);
                case -NFS4ERR_STALE_CLIENTID:
                case -NFS4ERR_STALE_STATEID:
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to