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>
This commit is contained in:
parent
7dea8165f1
commit
228a9ff8fe
|
@ -1242,8 +1242,7 @@ static void hvcs_close(struct tty_struct *tty, struct file *filp)
|
||||||
free_irq(irq, hvcsd);
|
free_irq(irq, hvcsd);
|
||||||
return;
|
return;
|
||||||
} else if (hvcsd->port.count < 0) {
|
} else if (hvcsd->port.count < 0) {
|
||||||
printk(KERN_ERR "HVCS: vty-server@%X open_count: %d"
|
printk(KERN_ERR "HVCS: vty-server@%X open_count: %d is mismanaged.\n",
|
||||||
" is missmanaged.\n",
|
|
||||||
hvcsd->vdev->unit_address, hvcsd->port.count);
|
hvcsd->vdev->unit_address, hvcsd->port.count);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue