On Wed, 29 Jun 2022 at 13:41, Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> wrote: > > This allows the compiler to enforce that the PS2 device pointer is always of > type PS2State. Update the name of the pointer from dev to ps2dev to emphasise > this type change. > > Signed-off-by: Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> > --- > hw/input/lasips2.c | 16 ++++++++-------- > include/hw/input/lasips2.h | 3 ++- > 2 files changed, 10 insertions(+), 9 deletions(-)
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM