]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
drivers/tty/hvc: fix spelling mistake: "missmanaged" -> "mismanaged"
authorColin Ian King <colin.king@canonical.com>
Sat, 22 Apr 2017 12:35:33 +0000 (13:35 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 May 2017 14:34:55 +0000 (16:34 +0200)
Trivial fix to spelling mistake in printk message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/hvc/hvcs.c

index 99bb875178d7170f50d6500a3d6ec5fb8be757b0..423e28ec27fb2d159851de2f76876a8fa4e83ffd 100644 (file)
@@ -1242,8 +1242,7 @@ static void hvcs_close(struct tty_struct *tty, struct file *filp)
                free_irq(irq, hvcsd);
                return;
        } else if (hvcsd->port.count < 0) {
-               printk(KERN_ERR "HVCS: vty-server@%X open_count: %d"
-                               " is missmanaged.\n",
+               printk(KERN_ERR "HVCS: vty-server@%X open_count: %d is mismanaged.\n",
                hvcsd->vdev->unit_address, hvcsd->port.count);
        }