From: Ilya Dryomov <ilya.dryomov@inktank.com>
Date: Thu, 16 Jan 2014 19:18:27 +0200
Subject: libceph: dout() is missing a newline
Git-commit: 0b4af2e8c9f3fc9c31d2f9374b79af2c890ef897
Patch-mainline: v3.14-rc1
References: FATE#318328 bsc#917884

Add a missing newline to a dout() in __reset_osd().

Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com>
Acked-by: Lee Duncan <lduncan@suse.com>
---
 net/ceph/osd_client.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/net/ceph/osd_client.c
+++ b/net/ceph/osd_client.c
@@ -1036,8 +1036,8 @@ static int __reset_osd(struct ceph_osd_c
 			!ceph_con_opened(&osd->o_con)) {
 		struct ceph_osd_request *req;
 
-		dout(" osd addr hasn't changed and connection never opened,"
-		     " letting msgr retry");
+		dout("osd addr hasn't changed and connection never opened, "
+		     "letting msgr retry\n");
 		/* touch each r_stamp for handle_timeout()'s benfit */
 		list_for_each_entry(req, &osd->o_requests, r_osd_item)
 			req->r_stamp = jiffies;
