On 10/28/21 21:27, BALATON Zoltan wrote: > According to coding style types should be camel case, also remove > unneded casts from void *. > > Signed-off-by: BALATON Zoltan <bala...@eik.bme.hu> > --- > The tmu123_state is left for now, that's the real exported object with > SHTimerState being an internal object for a single timer. I'll come > back to this when QOM-ifying so only handled SHTimerState in this patch. > > hw/timer/sh_timer.c | 18 +++++++++--------- > 1 file changed, 9 insertions(+), 9 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>