diff options
author | Greg Banks <gnb@melbourne.sgi.com> | 2006-10-02 05:17:41 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-02 10:57:17 -0400 |
commit | 3e3b480096568d58d931df6104ef7ca80757efd3 (patch) | |
tree | bc57536cd52f2ba59c03ab23c003aae0628abba9 /fs/nfsd/nfs4proc.c | |
parent | a406c3664e171ca8f20dfb339074b26eb2674ac0 (diff) |
[PATCH] knfsd: add some missing newlines in printks
Signed-off-by: Greg Banks <gnb@melbourne.sgi.com>
Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/nfsd/nfs4proc.c')
-rw-r--r-- | fs/nfsd/nfs4proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/nfs4proc.c b/fs/nfsd/nfs4proc.c index ee4eff27aedc..15ded7a30a72 100644 --- a/fs/nfsd/nfs4proc.c +++ b/fs/nfsd/nfs4proc.c | |||
@@ -600,7 +600,7 @@ nfsd4_setattr(struct svc_rqst *rqstp, struct svc_fh *current_fh, struct nfsd4_se | |||
600 | &setattr->sa_stateid, CHECK_FH | WR_STATE, NULL); | 600 | &setattr->sa_stateid, CHECK_FH | WR_STATE, NULL); |
601 | nfs4_unlock_state(); | 601 | nfs4_unlock_state(); |
602 | if (status) { | 602 | if (status) { |
603 | dprintk("NFSD: nfsd4_setattr: couldn't process stateid!"); | 603 | dprintk("NFSD: nfsd4_setattr: couldn't process stateid!\n"); |
604 | return status; | 604 | return status; |
605 | } | 605 | } |
606 | } | 606 | } |