diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2024-05-03 20:15:57 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-05-04 18:09:29 +0200 |
commit | 1cf8520a1220410bab6b0dcaa31107425f4576df (patch) | |
tree | 0743ee511eaf2bad587880d2bab51340586f30af /drivers/tty/serial/8250 | |
parent | a85f12ad12a6240f39218dca08bd7f8937db6b6c (diff) | |
download | linux-stable-1cf8520a1220410bab6b0dcaa31107425f4576df.tar.gz linux-stable-1cf8520a1220410bab6b0dcaa31107425f4576df.tar.bz2 linux-stable-1cf8520a1220410bab6b0dcaa31107425f4576df.zip |
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>
Diffstat (limited to 'drivers/tty/serial/8250')
-rw-r--r-- | drivers/tty/serial/8250/8250_exar.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/tty/serial/8250/8250_exar.c b/drivers/tty/serial/8250/8250_exar.c index 5405a1f463f1..ac373cde7e39 100644 --- a/drivers/tty/serial/8250/8250_exar.c +++ b/drivers/tty/serial/8250/8250_exar.c @@ -641,7 +641,7 @@ pci_fastcom335_setup(struct exar8250 *priv, struct pci_dev *pcidev, * @port_num: Port number to set tristate off * * Most RS485 capable cards have a power on tristate jumper/switch that ensures - * the RS422/RS485 transciever does not drive a multi-drop RS485 bus when it is + * the RS422/RS485 transceiver does not drive a multi-drop RS485 bus when it is * not the master. When this jumper is installed the user must set the RS485 * mode to Full or Half duplex to disable tristate prior to using the port. * @@ -666,7 +666,7 @@ static int cti_tristate_disable(struct exar8250 *priv, unsigned int port_num) * @priv: Device's private structure * * Some older CTI cards require MPIO_0 to be set low to enable the - * interupts from the UART to the PLX PCI->PCIe bridge. + * interrupts from the UART to the PLX PCI->PCIe bridge. * * Return: 0 on success, negative error code on failure */ @@ -927,7 +927,7 @@ static int cti_port_setup_fpga(struct exar8250 *priv, port_type = cti_get_port_type_fpga(priv, pcidev, idx); - // FPGA shares port offests with XR17C15X + // FPGA shares port offsets with XR17C15X offset = idx * UART_EXAR_XR17C15X_PORT_OFFSET; port->port.type = PORT_XR17D15X; @@ -1109,7 +1109,7 @@ static int cti_board_init_xr17v25x(struct exar8250 *priv, priv->osc_freq = osc_freq; - /* enable interupts on cards that need the "PLX fix" */ + /* enable interrupts on cards that need the "PLX fix" */ switch (pcidev->subsystem_device) { case PCI_SUBDEVICE_ID_CONNECT_TECH_PCI_UART_8_XPRS: case PCI_SUBDEVICE_ID_CONNECT_TECH_PCI_UART_16_XPRS_A: |