Re: [PATCH 14/41] drivers: tty: serial: uartlite: remove unnecessary braces

2019-04-29 Thread Peter Korsgaard
> "Enrico" == Enrico Weigelt, metux IT consult writes: > checkpatch complains: > WARNING: braces {} are not necessary for any arm of this statement > #489: FILE: drivers/tty/serial/uartlite.c:489: > +if (oops_in_progress) { > [...] > +} else > [.

[PATCH 14/41] drivers: tty: serial: uartlite: remove unnecessary braces

2019-04-27 Thread Enrico Weigelt, metux IT consult
checkpatch complains: WARNING: braces {} are not necessary for any arm of this statement #489: FILE: drivers/tty/serial/uartlite.c:489: + if (oops_in_progress) { [...] + } else [...] Signed-off-by: Enrico Weigelt --- drivers/tty/serial/uartlite.c | 4 ++-- 1 file cha