staging:quatech_usb2:quatech_usb2.c Fix typo in staging:quatech_usb2
authorJustin P. Mattock <justinmattock@gmail.com>
Mon, 19 Mar 2012 15:17:53 +0000 (08:17 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 10 Apr 2012 16:29:22 +0000 (09:29 -0700)
The below patch fixes a typo that I found while reading.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/quatech_usb2/quatech_usb2.c

index bb977e00cc868c7f8c8545d70aee6cf7f1dd0907..cb7d9065538bf3f9b1841c232a0ea03464906422 100644 (file)
@@ -732,7 +732,7 @@ static int qt2_write(struct tty_struct *tty, struct usb_serial_port *port,
        }
 
        /* We must fill the first 5 bytes of anything we sent with a transmit
-        * header which directes the data to the correct port. The maximum
+        * header which directs the data to the correct port. The maximum
         * size we can send out in one URB is port->bulk_out_size, which caps
         * the number of bytes of real data we can send in each write. As the
         * semantics of write allow us to write less than we were give, we cap