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: sb1250-duart: fix formatting error
checkpatch complains: ERROR: space required before the open parenthesis '(' torvalds#659: FILE: drivers/tty/serial/sb1250-duart.c:659: + if(refcount_dec_and_test(&duart->map_guard)) Just add this missing space to make checkpatch happy. Signed-off-by: Enrico Weigelt <info@metux.net>
- Loading branch information