> "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
> [.
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