Commit f3dc2b5
committed
drivers: tty: serial: uartlite: fix use of 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]>
Acked-by: Peter Korsgaard <[email protected]>1 parent d2fb68f commit f3dc2b5
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
559 | 559 | | |
560 | 560 | | |
561 | 561 | | |
562 | | - | |
| 562 | + | |
563 | 563 | | |
564 | 564 | | |
565 | 565 | | |
| |||
571 | 571 | | |
572 | 572 | | |
573 | 573 | | |
574 | | - | |
| 574 | + | |
575 | 575 | | |
576 | 576 | | |
577 | 577 | | |
| |||
0 commit comments