summaryrefslogtreecommitdiffstats
path: root/net/ceph
diff options
context:
space:
mode:
authorIlya Dryomov2014-01-16 18:18:27 +0100
committerIlya Dryomov2014-01-26 11:35:54 +0100
commit0b4af2e8c9f3fc9c31d2f9374b79af2c890ef897 (patch)
tree354d723f90a1b789fb96c34546031bdac82efff3 /net/ceph
parentlibceph: add ceph_kv{malloc,free}() and switch to them (diff)
downloadkernel-qcow2-linux-0b4af2e8c9f3fc9c31d2f9374b79af2c890ef897.tar.gz
kernel-qcow2-linux-0b4af2e8c9f3fc9c31d2f9374b79af2c890ef897.tar.xz
kernel-qcow2-linux-0b4af2e8c9f3fc9c31d2f9374b79af2c890ef897.zip
libceph: dout() is missing a newline
Add a missing newline to a dout() in __reset_osd(). Signed-off-by: Ilya Dryomov <ilya.dryomov@inktank.com>
Diffstat (limited to 'net/ceph')
-rw-r--r--net/ceph/osd_client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ceph/osd_client.c b/net/ceph/osd_client.c
index 733195170490..959d332ed534 100644
--- a/net/ceph/osd_client.c
+++ b/net/ceph/osd_client.c
@@ -1044,8 +1044,8 @@ static int __reset_osd(struct ceph_osd_client *osdc, struct ceph_osd *osd)
!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;