OSDN Git Service

net/9p/client.c: add missing '\n' at the end of p9_debug()
authorpiaojun <piaojun@huawei.com>
Tue, 10 Jul 2018 06:56:26 +0000 (14:56 +0800)
committerDominique Martinet <dominique.martinet@cea.fr>
Mon, 13 Aug 2018 00:21:44 +0000 (09:21 +0900)
commit64ad31f3284060d59850da6d573ddbab542365cf
treec964727311f3282e8b52d15f8e5fbead87184360
parentfe6340e2d1f5ef9ebb9a82665b053c362837cbd6
net/9p/client.c: add missing '\n' at the end of p9_debug()

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

Link: http://lkml.kernel.org/r/5B44589A.50302@huawei.com
Signed-off-by: Jun Piao <piaojun@huawei.com>
Reviewed-by: Yiwen Jiang <jiangyiwen@huawei.com>
Cc: Eric Van Hensbergen <ericvh@gmail.com>
Cc: Ron Minnich <rminnich@sandia.gov>
Cc: Latchesar Ionkov <lucho@ionkov.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Dominique Martinet <dominique.martinet@cea.fr>
net/9p/client.c