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 <th...@redhat.com> --- hw/timer/sh_timer.c | 89 +++++++++++++++++++++++++++++---------------- 1 file changed, 57 insertions(+), 32 deletions(-)
Easily reviewed with 'git-diff --color-words'. Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>