Skip to content
Snippets Groups Projects
Commit 9f27eacb authored by Wang Di's avatar Wang Di
Browse files

Branch: b1_6

tab->space fixes
parent 977dda92
No related branches found
No related tags found
No related merge requests found
......@@ -238,7 +238,7 @@ static int llog_test_3(struct obd_device *obd, struct llog_handle *llh)
if ((rc = verify_handle("3c", llh, num_recs)))
RETURN(rc);
CWARN("3d: write log more than BITMAP_SIZE, return -ENOSPC\n");
CWARN("3d: write log more than BITMAP_SIZE, return -ENOSPC\n");
for (i = 0; i < LLOG_BITMAP_SIZE(llh->lgh_hdr) + 1; i++) {
struct llog_rec_hdr hdr;
char buf_even[24];
......@@ -261,7 +261,7 @@ static int llog_test_3(struct obd_device *obd, struct llog_handle *llh)
} else {
CERROR("3d: write recs failed at #%d: %d\n",
i + 1, rc);
RETURN(rc);
RETURN(rc);
}
}
num_recs++;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment