projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
258e858
)
usb: linux/usb.h: drop duplicated word in comment
author
Randy Dunlap
<rdunlap@infradead.org>
Wed, 15 Jul 2020 04:56:58 +0000
(21:56 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 15 Jul 2020 14:48:11 +0000
(16:48 +0200)
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>
include/linux/usb.h
patch
|
blob
|
history
diff --git
a/include/linux/usb.h
b/include/linux/usb.h
index c28fc391444a924f65fe7b6f4e92cb8e04ed1d5d..20c555db4621d58425cdd7cb559243af732bc357 100644
(file)
--- 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.