Commit 4e247640 authored by Justin P. Mattock's avatar Justin P. Mattock Committed by Greg Kroah-Hartman

staging:quatech_usb2:quatech_usb2.c Fix typo in staging:quatech_usb2

The below patch fixes a typo that I found while reading.
Signed-off-by: default avatarJustin P. Mattock <justinmattock@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 6975e183
...@@ -732,7 +732,7 @@ static int qt2_write(struct tty_struct *tty, struct usb_serial_port *port, ...@@ -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 /* 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 * 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 * 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 * semantics of write allow us to write less than we were give, we cap
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment