]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/tty/serial/8250_pci.c
treewide: transciever/transceiver spelling fixes
[mirror_ubuntu-bionic-kernel.git] / drivers / tty / serial / 8250_pci.c
index 4b4968a294b293d0b17f43024487447b40bd450a..afb974b48b33f0c43ad63900f034fa1faffa4b3a 100644 (file)
@@ -743,7 +743,7 @@ pci_ni8430_setup(struct serial_private *priv,
        len =  pci_resource_len(priv->dev, bar);
        p = ioremap_nocache(base, len);
 
-       /* enable the transciever */
+       /* enable the transceiver */
        writeb(readb(p + offset + NI8430_PORTCON) | NI8430_PORTCON_TXVR_ENABLE,
               p + offset + NI8430_PORTCON);