Commit ded071f4 authored by Randy Dunlap's avatar Randy Dunlap Committed by Greg Kroah-Hartman

usb: linux/usb.h: drop duplicated word in comment

Drop the doubled word "the" in a comment.
Signed-off-by: default avatarRandy 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-1-rdunlap@infradead.orgSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 258e8588
...@@ -341,7 +341,7 @@ struct usb_interface_cache { ...@@ -341,7 +341,7 @@ struct usb_interface_cache {
* @interface: array of pointers to usb_interface structures, one for each * @interface: array of pointers to usb_interface structures, one for each
* interface in the configuration. The number of interfaces is stored * interface in the configuration. The number of interfaces is stored
* in desc.bNumInterfaces. These pointers are valid only while the * in desc.bNumInterfaces. These pointers are valid only while the
* the configuration is active. * configuration is active.
* @intf_cache: array of pointers to usb_interface_cache structures, one * @intf_cache: array of pointers to usb_interface_cache structures, one
* for each interface in the configuration. These structures exist * for each interface in the configuration. These structures exist
* for the entire life of the device. * for the entire life of the device.
......
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