@@ -641,7 +641,7 @@ pci_fastcom335_setup(struct exar8250 *priv, struct pci_dev *pcidev,
641
641
* @port_num: Port number to set tristate off
642
642
*
643
643
* Most RS485 capable cards have a power on tristate jumper/switch that ensures
644
- * the RS422/RS485 transciever does not drive a multi-drop RS485 bus when it is
644
+ * the RS422/RS485 transceiver does not drive a multi-drop RS485 bus when it is
645
645
* not the master. When this jumper is installed the user must set the RS485
646
646
* mode to Full or Half duplex to disable tristate prior to using the port.
647
647
*
@@ -666,7 +666,7 @@ static int cti_tristate_disable(struct exar8250 *priv, unsigned int port_num)
666
666
* @priv: Device's private structure
667
667
*
668
668
* Some older CTI cards require MPIO_0 to be set low to enable the
669
- * interupts from the UART to the PLX PCI->PCIe bridge.
669
+ * interrupts from the UART to the PLX PCI->PCIe bridge.
670
670
*
671
671
* Return: 0 on success, negative error code on failure
672
672
*/
@@ -927,7 +927,7 @@ static int cti_port_setup_fpga(struct exar8250 *priv,
927
927
928
928
port_type = cti_get_port_type_fpga (priv , pcidev , idx );
929
929
930
- // FPGA shares port offests with XR17C15X
930
+ // FPGA shares port offsets with XR17C15X
931
931
offset = idx * UART_EXAR_XR17C15X_PORT_OFFSET ;
932
932
port -> port .type = PORT_XR17D15X ;
933
933
@@ -1109,7 +1109,7 @@ static int cti_board_init_xr17v25x(struct exar8250 *priv,
1109
1109
1110
1110
priv -> osc_freq = osc_freq ;
1111
1111
1112
- /* enable interupts on cards that need the "PLX fix" */
1112
+ /* enable interrupts on cards that need the "PLX fix" */
1113
1113
switch (pcidev -> subsystem_device ) {
1114
1114
case PCI_SUBDEVICE_ID_CONNECT_TECH_PCI_UART_8_XPRS :
1115
1115
case PCI_SUBDEVICE_ID_CONNECT_TECH_PCI_UART_16_XPRS_A :
0 commit comments