usb: linux/usb/serial.h: drop duplicated word in comment
authorRandy Dunlap <rdunlap@infradead.org>
Wed, 15 Jul 2020 04:57:01 +0000 (21:57 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 15 Jul 2020 14:48:11 +0000 (16:48 +0200)
Drop the doubled word "set" in a comment.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-usb@vger.kernel.org
Link: https://lore.kernel.org/r/20200715045701.22949-4-rdunlap@infradead.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/usb/serial.h

index 14cac4a1ae8f3bd25a93788a1d8cbb6a1cc06681..315cfc6f99a9bd6018faa44bfaf064fc6d6d2474 100644 (file)
@@ -213,7 +213,7 @@ struct usb_serial_endpoints {
  *     Return 0 to continue on with the initialization sequence.  Anything
  *     else will abort it.
  * @attach: pointer to the driver's attach function.
- *     This will be called when the struct usb_serial structure is fully set
+ *     This will be called when the struct usb_serial structure is fully
  *     set up.  Do any local initialization of the device, or any private
  *     memory structure allocation at this point in time.
  * @disconnect: pointer to the driver's disconnect function.  This will be