diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-10-24 23:29:41 +0900 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-10-25 18:05:32 +0200 |
commit | 46e99c4a1d57dc73e518466bb3a8da9e7094415e (patch) | |
tree | bb3e02170dcaeca6d15b5760c683ac12eeca1400 /drivers/tty/hvc/hvc_vio.c | |
parent | fc0d1b93fe7b331448631c723cb19668c9027bf4 (diff) | |
download | linux-46e99c4a1d57dc73e518466bb3a8da9e7094415e.tar.bz2 |
tty: Fix typo in tty drivers
Correct spelling typo in debug messages within tty drivers.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/tty/hvc/hvc_vio.c')
-rw-r--r-- | drivers/tty/hvc/hvc_vio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/hvc/hvc_vio.c b/drivers/tty/hvc/hvc_vio.c index ee307799271a..56e97258e55a 100644 --- a/drivers/tty/hvc/hvc_vio.c +++ b/drivers/tty/hvc/hvc_vio.c @@ -250,7 +250,7 @@ static int __devinit hvc_vio_probe(struct vio_dev *vdev, proto = HV_PROTOCOL_HVSI; ops = &hvterm_hvsi_ops; } else { - pr_err("hvc_vio: Unkown protocol for %s\n", vdev->dev.of_node->full_name); + pr_err("hvc_vio: Unknown protocol for %s\n", vdev->dev.of_node->full_name); return -ENXIO; } |