diff options
author | Rahul Bedarkar <rahulbedarkar89@gmail.com> | 2014-01-02 17:59:24 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-01-04 00:39:31 +0400 |
commit | cd8c50532a42065339be1fe550e66b89d7ffd14f (patch) | |
tree | ba0cd2ce8f06894ad92be05dc7fae410589a5bd3 /drivers/usb/serial/iuu_phoenix.c | |
parent | 5ae477b05fb5edd059f709ff0a7a2f40fb2827d1 (diff) | |
download | linux-cd8c50532a42065339be1fe550e66b89d7ffd14f.tar.xz |
USB: serial: correct spelling mistakes in comments
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/serial/iuu_phoenix.c')
-rw-r--r-- | drivers/usb/serial/iuu_phoenix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/serial/iuu_phoenix.c b/drivers/usb/serial/iuu_phoenix.c index 57c439a24b5a..fa0c3c14f8df 100644 --- a/drivers/usb/serial/iuu_phoenix.c +++ b/drivers/usb/serial/iuu_phoenix.c @@ -770,7 +770,7 @@ uart_enable_failed: return status; } -/* Diables the IUU UART (a.k.a. the Phoenix voiderface) */ +/* Disables the IUU UART (a.k.a. the Phoenix voiderface) */ static int iuu_uart_off(struct usb_serial_port *port) { int status; |