aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb.h
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2020-07-14 21:56:58 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-07-15 16:48:11 +0200
commitded071f475cb5b67fda412f88fd5fd4d9c27916c (patch)
tree53a230ea26ed5c48670122f66a4fa1282e09c889 /include/linux/usb.h
parent258e858802cefbc59c5315f8893e99f8ffe117e6 (diff)
downloadlinux-ded071f475cb5b67fda412f88fd5fd4d9c27916c.tar.gz
usb: linux/usb.h: drop duplicated word in comment
Drop the doubled word "the" 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-1-rdunlap@infradead.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/usb.h')
-rw-r--r--include/linux/usb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/usb.h b/include/linux/usb.h
index c28fc391444a9..20c555db4621d 100644
--- a/include/linux/usb.h
+++ b/include/linux/usb.h
@@ -341,7 +341,7 @@ struct usb_interface_cache {
* @interface: array of pointers to usb_interface structures, one for each
* interface in the configuration. The number of interfaces is stored
* 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
* for each interface in the configuration. These structures exist
* for the entire life of the device.