Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b7b52630 authored by Martin Bligh's avatar Martin Bligh Committed by Linus Torvalds
Browse files

[PATCH] add newline to nfs dprintk



Add missing \n to dprintk

Signed-off-by: default avatarMartin Bligh <mbligh@google.com>
Acked-by: default avatarTrond Myklebust <trond.myklebust@fys.uio.no>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 65800ac7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)