diff options
Diffstat (limited to 'drivers/tty/serial')
-rw-r--r-- | drivers/tty/serial/kgdboc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/kgdboc.c b/drivers/tty/serial/kgdboc.c index 10020547c60b..a260cde743e2 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, | |||
45 | { | 45 | { |
46 | input_reset_device(dev); | 46 | input_reset_device(dev); |
47 | 47 | ||
48 | /* Retrun an error - we do not want to bind, just to reset */ | 48 | /* Return an error - we do not want to bind, just to reset */ |
49 | return -ENODEV; | 49 | return -ENODEV; |
50 | } | 50 | } |
51 | 51 | ||