Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

serial: 8250_exar: Trivia typo fixes

Trivia typo fixes: interupts --> interrupts and others.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Tested-by: Parker Newman <pnewman@connecttech.com>
Link: https://lore.kernel.org/r/20240503171917.2921250-6-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Andy Shevchenko and committed by
Greg Kroah-Hartman
1cf8520a a85f12ad

+4 -4
+4 -4
drivers/tty/serial/8250/8250_exar.c
··· 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 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 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 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: