diff options
author | Ilya Dryomov <ilya.dryomov@inktank.com> | 2014-01-16 12:18:27 -0500 |
---|---|---|
committer | Ilya Dryomov <ilya.dryomov@inktank.com> | 2014-01-26 05:35:54 -0500 |
commit | 0b4af2e8c9f3fc9c31d2f9374b79af2c890ef897 (patch) | |
tree | 354d723f90a1b789fb96c34546031bdac82efff3 /net | |
parent | eeb0bed5572b1282009dfc2635604df5a35d1a02 (diff) |
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')
-rw-r--r-- | net/ceph/osd_client.c | 4 |
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) | |||
1044 | !ceph_con_opened(&osd->o_con)) { | 1044 | !ceph_con_opened(&osd->o_con)) { |
1045 | struct ceph_osd_request *req; | 1045 | struct ceph_osd_request *req; |
1046 | 1046 | ||
1047 | dout(" osd addr hasn't changed and connection never opened," | 1047 | dout("osd addr hasn't changed and connection never opened, " |
1048 | " letting msgr retry"); | 1048 | "letting msgr retry\n"); |
1049 | /* touch each r_stamp for handle_timeout()'s benfit */ | 1049 | /* touch each r_stamp for handle_timeout()'s benfit */ |
1050 | list_for_each_entry(req, &osd->o_requests, r_osd_item) | 1050 | list_for_each_entry(req, &osd->o_requests, r_osd_item) |
1051 | req->r_stamp = jiffies; | 1051 | req->r_stamp = jiffies; |