All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] net/9p/client.c: add missing '\n' at the end of p9_debug()
@ 2018-07-10  6:56 piaojun
  2018-07-10  7:19 ` jiangyiwen
  0 siblings, 1 reply; 2+ messages in thread
From: piaojun @ 2018-07-10  6:56 UTC (permalink / raw)
  To: akpm, ericvh, rminnich, lucho; +Cc: linux-kernel, v9fs-developer, Jiangyiwen

In p9_client_getattr_dotl(), we should add '\n' at the end of printing
log.

Signed-off-by: Jun Piao <piaojun@huawei.com>
---
 net/9p/client.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/9p/client.c b/net/9p/client.c
index 5c13431..8bc8b3e 100644
--- a/net/9p/client.c
+++ b/net/9p/client.c
@@ -1790,7 +1790,7 @@ struct p9_stat_dotl *p9_client_getattr_dotl(struct p9_fid *fid,
 		"<<< st_mtime_sec=%lld st_mtime_nsec=%lld\n"
 		"<<< st_ctime_sec=%lld st_ctime_nsec=%lld\n"
 		"<<< st_btime_sec=%lld st_btime_nsec=%lld\n"
-		"<<< st_gen=%lld st_data_version=%lld",
+		"<<< st_gen=%lld st_data_version=%lld\n",
 		ret->st_result_mask, ret->qid.type, ret->qid.path,
 		ret->qid.version, ret->st_mode, ret->st_nlink,
 		from_kuid(&init_user_ns, ret->st_uid),
-- 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-07-10  7:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-10  6:56 [PATCH] net/9p/client.c: add missing '\n' at the end of p9_debug() piaojun
2018-07-10  7:19 ` jiangyiwen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.