Skip to content

Commit

Permalink
[PATCH] add newline to nfs dprintk
Browse files Browse the repository at this point in the history
Add missing \n to dprintk

Signed-off-by: Martin Bligh <[email protected]>
Acked-by: Trond Myklebust <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
mbligh authored and Linus Torvalds committed Sep 27, 2006
1 parent 65800ac commit b7b5263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/lockd/clntlock.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b7b5263

Please sign in to comment.