Re: [PATCH 1/3] hw/timer/sh_timer: Coding style clean-up

2020-10-24 Thread Philippe Mathieu-Daudé
On 10/20/20 5:39 PM, Thomas Huth wrote: Replace TAB characters with spaces, put code after case-statement on separate lines and add some curly braces in related lines to keep checkpatch.pl happy. Signed-off-by: Thomas Huth --- hw/timer/sh_timer.c | 89 +

[PATCH 1/3] hw/timer/sh_timer: Coding style clean-up

2020-10-20 Thread Thomas Huth
Replace TAB characters with spaces, put code after case-statement on separate lines and add some curly braces in related lines to keep checkpatch.pl happy. Signed-off-by: Thomas Huth --- hw/timer/sh_timer.c | 89 + 1 file changed, 57 insertions(+), 32