uart: Follow the same parameter naming everywhere
Just a tiny change s/which/port. Change-Id: I69be83f9805d71f5ec0ad68b146816d2a4fe221a Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
e5c8de83a0
commit
0a7c8ea578
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ void uart_init(int port, const struct uart_init_info *const pinfo);
|
|||
|
||||
/* console I/O functions */
|
||||
int uart_poll_in(int port, unsigned char *pChar);
|
||||
unsigned char uart_poll_out(int which, unsigned char outChar);
|
||||
unsigned char uart_poll_out(int port, unsigned char outChar);
|
||||
|
||||
/* interrupt driven I/O functions */
|
||||
int uart_fifo_fill(int port, const uint8_t *txData, int len);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue