1
0
Fork 0

drivers/tty/hvc: fix spelling mistake: "missmanaged" -> "mismanaged"

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>
zero-colors
Colin Ian King 2017-04-22 13:35:33 +01:00 committed by Greg Kroah-Hartman
parent 7dea8165f1
commit 228a9ff8fe
1 changed files with 1 additions and 2 deletions

View 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);
}