Whamcloud - gitweb
LU-9679 general: add missing spaces to folded strings.
[fs/lustre-release.git] / lustre / obdclass / llog_test.c
index 9f15a9e..ac66301 100644 (file)
@@ -1059,8 +1059,7 @@ static int llog_test_7_sub(const struct lu_env *env, struct llog_ctxt *ctxt)
                GOTO(out_close, rc);
        }
        if (process_count != plain_counter) {
-               CERROR("7_sub: Reverse/direct processing found different"
-                      "number of records: %d/%d\n",
+               CERROR("7_sub: Reverse/direct processing found different number of records: %d/%d\n",
                       plain_counter, process_count);
                GOTO(out_close, rc = -EINVAL);
        }
@@ -1356,6 +1355,7 @@ static int llog_test_9_sub(const struct lu_env *env, struct llog_ctxt *ctxt)
                CERROR("9_sub: write recs failed at #1: %d\n", rc);
                GOTO(out_close, rc);
        }
+       /* The below message is checked in sanity.sh test_60a (run-llog.sh) */
        CWARN("9_sub: record type %x in log "DFID_NOBRACE"\n",
              llog_records.lrh.lrh_type, PFID(&fid));
 out_close:
@@ -2262,7 +2262,7 @@ cleanup_env:
        RETURN(rc);
 }
 
-static struct obd_ops llog_obd_ops = {
+static const struct obd_ops llog_obd_ops = {
        .o_owner       = THIS_MODULE,
        .o_setup       = llog_test_setup,
        .o_cleanup     = llog_test_cleanup,