forked from Minki/linux
[PATCH] add newline to nfs dprintk
Add missing \n to dprintk Signed-off-by: Martin Bligh <mbligh@google.com> Acked-by: Trond Myklebust <trond.myklebust@fys.uio.no> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
65800ac77e
commit
b7b52630de
@ -160,7 +160,7 @@ static void nlmclnt_prepare_reclaim(struct nlm_host *host)
|
||||
*/
|
||||
list_splice_init(&host->h_granted, &host->h_reclaim);
|
||||
|
||||
dprintk("NLM: reclaiming locks for host %s", host->h_name);
|
||||
dprintk("NLM: reclaiming locks for host %s\n", host->h_name);
|
||||
}
|
||||
|
||||
static void nlmclnt_finish_reclaim(struct nlm_host *host)
|
||||
|
Loading…
Reference in New Issue
Block a user