Skip to content

Commit

Permalink
staging:quatech_usb2:quatech_usb2.c Fix typo in staging:quatech_usb2
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Justin P. Mattock authored and Greg Kroah-Hartman committed Apr 10, 2012
1 parent 6975e18 commit 4e24764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/quatech_usb2/quatech_usb2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e24764

Please sign in to comment.