Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers: tty: serial: uartlite: remove unnecessary braces
checkpatch complains: WARNING: braces {} are not necessary for any arm of this statement torvalds#489: FILE: drivers/tty/serial/uartlite.c:489: + if (oops_in_progress) { [...] + } else [...] Signed-off-by: Enrico Weigelt <info@metux.net>
- Loading branch information