Skip to content

Commit

Permalink
libceph: dout() is missing a newline
Browse files Browse the repository at this point in the history
Add a missing newline to a dout() in __reset_osd().

Signed-off-by: Ilya Dryomov <[email protected]>
  • Loading branch information
idryomov committed Jan 26, 2014
1 parent eeb0bed commit 0b4af2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/ceph/osd_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0b4af2e

Please sign in to comment.