Fix common misspellings
Fixes generated by 'codespell' and manually reviewed. Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
This commit is contained in:
@@ -273,7 +273,7 @@ struct neo_uart_struct {
|
||||
u8 fctr; /* WR FCTR - Feature Control Reg */
|
||||
u8 efr; /* WR EFR - Enhanced Function Reg */
|
||||
u8 tfifo; /* WR TXCNT/TXTRG - Transmit FIFO Reg */
|
||||
u8 rfifo; /* WR RXCNT/RXTRG - Recieve FIFO Reg */
|
||||
u8 rfifo; /* WR RXCNT/RXTRG - Receive FIFO Reg */
|
||||
u8 xoffchar1; /* WR XOFF 1 - XOff Character 1 Reg */
|
||||
u8 xoffchar2; /* WR XOFF 2 - XOff Character 2 Reg */
|
||||
u8 xonchar1; /* WR XON 1 - Xon Character 1 Reg */
|
||||
|
@@ -381,7 +381,7 @@ static void neo_copy_data_from_uart_to_queue(struct jsm_channel *ch)
|
||||
/* Copy data from uart to the queue */
|
||||
memcpy_fromio(ch->ch_rqueue + head, &ch->ch_neo_uart->txrxburst, n);
|
||||
/*
|
||||
* Since RX_FIFO_DATA_ERROR was 0, we are guarenteed
|
||||
* Since RX_FIFO_DATA_ERROR was 0, we are guaranteed
|
||||
* that all the data currently in the FIFO is free of
|
||||
* breaks and parity/frame/orun errors.
|
||||
*/
|
||||
@@ -1210,7 +1210,7 @@ static irqreturn_t neo_intr(int irq, void *voidbrd)
|
||||
* Why would I check EVERY possibility of type of
|
||||
* interrupt, when we know its TXRDY???
|
||||
* Becuz for some reason, even tho we got triggered for TXRDY,
|
||||
* it seems to be occassionally wrong. Instead of TX, which
|
||||
* it seems to be occasionally wrong. Instead of TX, which
|
||||
* it should be, I was getting things like RXDY too. Weird.
|
||||
*/
|
||||
neo_parse_isr(brd, port);
|
||||
|
Reference in New Issue
Block a user