Message ID | 20201020153935.54315-1-thuth@redhat.com |
---|---|
Headers | show |
Series | sh4: Trivial clean-ups for sh_timer.c | expand |
On 10/20/20 8:39 AM, Thomas Huth wrote: > Thomas Huth (3): > hw/timer/sh_timer: Coding style clean-up > hw/timer/sh_timer: Silence warnings about missing fallthrough > statements > hw/timer/sh_timer: Remove superfluous "break" statements Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
On 10/20/20 5:39 PM, Thomas Huth wrote: > Fix coding style, add fallthrough anonotations and remove superfluous > break statements in hw/timer/sh_timer.c. > > Thomas Huth (3): > hw/timer/sh_timer: Coding style clean-up > hw/timer/sh_timer: Silence warnings about missing fallthrough > statements > hw/timer/sh_timer: Remove superfluous "break" statements > > hw/timer/sh_timer.c | 90 +++++++++++++++++++++++++++++---------------- > 1 file changed, 58 insertions(+), 32 deletions(-) > Thanks, applied to renesas-next.