* [PATCH] add newline to nfs dprintk
@ 2006-08-02 20:59 Martin Bligh
0 siblings, 0 replies; only message in thread
From: Martin Bligh @ 2006-08-02 20:59 UTC (permalink / raw)
To: Andrew Morton; +Cc: LKML
[-- Attachment #1: Type: text/plain, Size: 757 bytes --]
Add missing \n to dprintk
(attatched as well, cause thunderbird is pants)
Signed-off-by: mbligh@google.com
diff -aurpN -X /home/mbligh/.diff.exclude
linux-2.6.18-rc3/fs/lockd/clntlock.c
linux-2.6.18-rc3-nfs_printk/fs/lockd/clntlock.c
--- linux-2.6.18-rc3/fs/lockd/clntlock.c 2006-07-31
10:18:54.000000000 -0700
+++ linux-2.6.18-rc3-nfs_printk/fs/lockd/clntlock.c 2006-08-02
13:56:39.000000000 -0700
@@ -160,7 +160,7 @@ static void nlmclnt_prepare_reclaim(stru
*/
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)
[-- Attachment #2: linux-2.6.18-rc3-nfs_printk --]
[-- Type: text/plain, Size: 668 bytes --]
Add missing \n to dprintk
Signed-off-by: mbligh@google.com
diff -aurpN -X /home/mbligh/.diff.exclude linux-2.6.18-rc3/fs/lockd/clntlock.c linux-2.6.18-rc3-nfs_printk/fs/lockd/clntlock.c
--- linux-2.6.18-rc3/fs/lockd/clntlock.c 2006-07-31 10:18:54.000000000 -0700
+++ linux-2.6.18-rc3-nfs_printk/fs/lockd/clntlock.c 2006-08-02 13:56:39.000000000 -0700
@@ -160,7 +160,7 @@ static void nlmclnt_prepare_reclaim(stru
*/
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)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-08-02 20:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-02 20:59 [PATCH] add newline to nfs dprintk Martin Bligh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox