On 1/21/21 8:06 PM, Peter Maydell wrote: > The state struct for the CMSDK APB timer device doesn't follow our > usual naming convention of camelcase -- "CMSDK" and "APB" are both > acronyms, but "TIMER" is not so should not be all-uppercase. > Globally rename the struct to "CMSDKAPBTimer" (bringing it into line > with CMSDKAPBWatchdog and CMSDKAPBDualTimer; CMSDKAPBUART remains > as-is because "UART" is an acronym). > > Commit created with: > perl -p -i -e 's/CMSDKAPBTIMER/CMSDKAPBTimer/g' hw/timer/cmsdk-apb-timer.c > include/hw/arm/armsse.h include/hw/timer/cmsdk-apb-timer.h > > Signed-off-by: Peter Maydell <peter.mayd...@linaro.org> > --- > include/hw/arm/armsse.h | 6 +++--- > include/hw/timer/cmsdk-apb-timer.h | 4 ++-- > hw/timer/cmsdk-apb-timer.c | 28 ++++++++++++++-------------- > 3 files changed, 19 insertions(+), 19 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>