aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2013-09-03 13:45:58 -0700
committerJiri Kosina <jkosina@suse.cz>2013-09-04 12:26:36 +0200
commit9e03aa2f830c5f0ea8c28790a61e65ed7403b053 (patch)
tree0b4e5ec8491e275d48b51dd40a711d9704fe2e07 /drivers/tty
parent9cf510a58c94ec0e092188b693c30fbc0678a960 (diff)
treewide: Convert retrun typos to return
Tyops should be fixed. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/tty')
-rw-r--r--drivers/tty/serial/kgdboc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/kgdboc.c b/drivers/tty/serial/kgdboc.c
index 10020547c60..a260cde743e 100644
--- a/drivers/tty/serial/kgdboc.c
+++ b/drivers/tty/serial/kgdboc.c
@@ -45,7 +45,7 @@ static int kgdboc_reset_connect(struct input_handler *handler,
{
input_reset_device(dev);
- /* Retrun an error - we do not want to bind, just to reset */
+ /* Return an error - we do not want to bind, just to reset */
return -ENODEV;
}