On Fri, 25 Nov 2022 at 14:06, Akihiko Odaki <[email protected]> wrote: > > resettable_class_set_parent_phases() was mistakenly called > resettable_class_set_parent_reset_phases() in some places. > > Signed-off-by: Akihiko Odaki <[email protected]> > --- > docs/devel/reset.rst | 17 ++++++++--------- > 1 file changed, 8 insertions(+), 9 deletions(-)
Good catch; I think we renamed the function at some point during code review of the resettable functionality, but missed a few instances in the docs. Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
