projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dea816
)
drivers/tty/hvc: fix spelling mistake: "missmanaged" -> "mismanaged"
author
Colin Ian King
<colin.king@canonical.com>
Sat, 22 Apr 2017 12:35:33 +0000
(13:35 +0100)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/tty/hvc/hvcs.c
b/drivers/tty/hvc/hvcs.c
index
99bb875
..
423e28e
100644
(file)
--- a/
drivers/tty/hvc/hvcs.c
+++ b/
drivers/tty/hvc/hvcs.c
@@
-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);
}