mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-14 09:47:20 +00:00
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>
This commit is contained in:
parent
eeb0bed557
commit
0b4af2e8c9
@ -1044,8 +1044,8 @@ static int __reset_osd(struct ceph_osd_client *osdc, struct ceph_osd *osd)
|
|||||||
!ceph_con_opened(&osd->o_con)) {
|
!ceph_con_opened(&osd->o_con)) {
|
||||||
struct ceph_osd_request *req;
|
struct ceph_osd_request *req;
|
||||||
|
|
||||||
dout(" osd addr hasn't changed and connection never opened,"
|
dout("osd addr hasn't changed and connection never opened, "
|
||||||
" letting msgr retry");
|
"letting msgr retry\n");
|
||||||
/* touch each r_stamp for handle_timeout()'s benfit */
|
/* touch each r_stamp for handle_timeout()'s benfit */
|
||||||
list_for_each_entry(req, &osd->o_requests, r_osd_item)
|
list_for_each_entry(req, &osd->o_requests, r_osd_item)
|
||||||
req->r_stamp = jiffies;
|
req->r_stamp = jiffies;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user