drivers/ddr/altera/sequencer.c: Fix spelling of "resetting".

This commit is contained in:
Vagrant Cascadian 2021-12-21 13:07:01 -08:00 committed by Tom Rini
parent d1cab4f5f0
commit 0776c5fbb7

View file

@ -2770,7 +2770,7 @@ rw_mgr_mem_calibrate_dqs_enable_calibration(struct socfpga_sdrseq *seq,
ret = rw_mgr_mem_calibrate_vfifo_find_dqs_en_phase(seq, rw_group);
debug_cond(DLEVEL >= 1,
"%s:%d: g=%u found=%u; Reseting delay chain to zero\n",
"%s:%d: g=%u found=%u; Resetting delay chain to zero\n",
__func__, __LINE__, rw_group, !ret);
for (r = 0; r < seq->rwcfg->mem_number_of_ranks;