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:
@@ -1981,7 +1981,7 @@ static void process_rcvd_status(struct edgeport_serial *edge_serial,
|
||||
if (code == IOSP_STATUS_OPEN_RSP) {
|
||||
edge_port->txCredits = GET_TX_BUFFER_SIZE(byte3);
|
||||
edge_port->maxTxCredits = edge_port->txCredits;
|
||||
dbg("%s - Port %u Open Response Inital MSR = %02x TxBufferSize = %d", __func__, edge_serial->rxPort, byte2, edge_port->txCredits);
|
||||
dbg("%s - Port %u Open Response Initial MSR = %02x TxBufferSize = %d", __func__, edge_serial->rxPort, byte2, edge_port->txCredits);
|
||||
handle_new_msr(edge_port, byte2);
|
||||
|
||||
/* send the current line settings to the port so we are
|
||||
|
Reference in New Issue
Block a user