@@ -641,7 +641,7 @@ pci_fastcom335_setup(struct exar8250 *priv, struct pci_dev *pcidev,
641641 * @port_num: Port number to set tristate off
642642 *
643643 * 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
645645 * not the master. When this jumper is installed the user must set the RS485
646646 * mode to Full or Half duplex to disable tristate prior to using the port.
647647 *
@@ -666,7 +666,7 @@ static int cti_tristate_disable(struct exar8250 *priv, unsigned int port_num)
666666 * @priv: Device's private structure
667667 *
668668 * 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.
670670 *
671671 * Return: 0 on success, negative error code on failure
672672 */
@@ -927,7 +927,7 @@ static int cti_port_setup_fpga(struct exar8250 *priv,
927927
928928 port_type = cti_get_port_type_fpga (priv , pcidev , idx );
929929
930- // FPGA shares port offests with XR17C15X
930+ // FPGA shares port offsets with XR17C15X
931931 offset = idx * UART_EXAR_XR17C15X_PORT_OFFSET ;
932932 port -> port .type = PORT_XR17D15X ;
933933
@@ -1109,7 +1109,7 @@ static int cti_board_init_xr17v25x(struct exar8250 *priv,
11091109
11101110 priv -> osc_freq = osc_freq ;
11111111
1112- /* enable interupts on cards that need the "PLX fix" */
1112+ /* enable interrupts on cards that need the "PLX fix" */
11131113 switch (pcidev -> subsystem_device ) {
11141114 case PCI_SUBDEVICE_ID_CONNECT_TECH_PCI_UART_8_XPRS :
11151115 case PCI_SUBDEVICE_ID_CONNECT_TECH_PCI_UART_16_XPRS_A :
0 commit comments