From: Randy Dunlap Date: Wed, 15 Jul 2020 04:56:58 +0000 (-0700) Subject: usb: linux/usb.h: drop duplicated word in comment X-Git-Tag: v5.10.7~1952^2~91 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ded071f475cb5b67fda412f88fd5fd4d9c27916c;p=platform%2Fkernel%2Flinux-rpi.git usb: linux/usb.h: drop duplicated word in comment Drop the doubled word "the" in a comment. Signed-off-by: Randy Dunlap Cc: Greg Kroah-Hartman Cc: linux-usb@vger.kernel.org Link: https://lore.kernel.org/r/20200715045701.22949-1-rdunlap@infradead.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/include/linux/usb.h b/include/linux/usb.h index c28fc39..20c555d 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.