On 10/2/20 11:42 AM, Philippe Mathieu-Daudé wrote: > The variable holding the CTRL_STATUS register is misnamed > 'status'. Rename it 'ctrl_status' to make it more obvious > this register is also used to control the peripheral. > > Reviewed-by: Luc Michel <luc.mic...@greensocs.com> > Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> > --- > include/hw/timer/bcm2835_systmr.h | 2 +- > hw/timer/bcm2835_systmr.c | 8 ++++---- > 2 files changed, 5 insertions(+), 5 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~