diff options
author | Greg Banks <gnb@melbourne.sgi.com> | 2006-10-02 02:17:41 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-02 07:57:17 -0700 |
commit | 3e3b480096568d58d931df6104ef7ca80757efd3 (patch) | |
tree | bc57536cd52f2ba59c03ab23c003aae0628abba9 /fs/nfsd/nfs4callback.c | |
parent | a406c3664e171ca8f20dfb339074b26eb2674ac0 (diff) | |
download | blackbird-op-linux-3e3b480096568d58d931df6104ef7ca80757efd3.tar.gz blackbird-op-linux-3e3b480096568d58d931df6104ef7ca80757efd3.zip |
[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/nfs4callback.c')
-rw-r--r-- | fs/nfsd/nfs4callback.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/nfs4callback.c b/fs/nfsd/nfs4callback.c index 8583d99ee740..f6ca9fb3fc63 100644 --- a/fs/nfsd/nfs4callback.c +++ b/fs/nfsd/nfs4callback.c @@ -131,7 +131,7 @@ xdr_error: \ #define READ_BUF(nbytes) do { \ p = xdr_inline_decode(xdr, nbytes); \ if (!p) { \ - dprintk("NFSD: %s: reply buffer overflowed in line %d.", \ + dprintk("NFSD: %s: reply buffer overflowed in line %d.\n", \ __FUNCTION__, __LINE__); \ return -EIO; \ } \ |