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: fix use fix bare 'unsigned'
Fix checkpatch warnings: WARNING: Prefer 'unsigned int' to bare use of 'unsigned' torvalds#562: FILE: drivers/tty/serial/uartlite.c:562: + unsigned retries = 1000000; WARNING: Prefer 'unsigned int' to bare use of 'unsigned' torvalds#574: FILE: drivers/tty/serial/uartlite.c:574: + const char *s, unsigned n) Signed-off-by: Enrico Weigelt <[email protected]>
- Loading branch information