cxgbe: fix the build after e398922eaf

This commit is contained in:
Mateusz Guzik 2022-09-20 21:31:49 +00:00
parent cbda8bed15
commit d0b235c715

View File

@ -1150,7 +1150,7 @@ t4_calibration(void *arg)
}
nex->hw_prev = cur->hw_cur;
nex->rt_prev = cur->rt_cur;
KASSERT((hw_off_limits(sc) == 0), "hw_off_limits at t4_calibtration");
KASSERT((hw_off_limits(sc) == 0), ("hw_off_limits at t4_calibtration"));
nex->hw_cur = t4_read_reg64(sc, A_SGE_TIMESTAMP_LO);
nanouptime(&ts);
nex->rt_cur = t4_get_ns_timestamp(&ts);