linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/4] usb: linux/usb.h: drop duplicated word in comment
@ 2020-07-15  4:56 Randy Dunlap
  2020-07-15  4:56 ` [PATCH 2/4] usb: linux/usb/gadget.h: fix " Randy Dunlap
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Randy Dunlap @ 2020-07-15  4:56 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, Greg Kroah-Hartman, linux-usb

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
---
 include/linux/usb.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200714.orig/include/linux/usb.h
+++ linux-next-20200714/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.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 2/4] usb: linux/usb/gadget.h: fix duplicated word in comment
  2020-07-15  4:56 [PATCH 1/4] usb: linux/usb.h: drop duplicated word in comment Randy Dunlap
@ 2020-07-15  4:56 ` Randy Dunlap
  2020-07-15  4:57 ` [PATCH 3/4] usb: linux/usb/pd_vdo.h: drop " Randy Dunlap
  2020-07-15  4:57 ` [PATCH 4/4] usb: linux/usb/serial.h: " Randy Dunlap
  2 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2020-07-15  4:56 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, Greg Kroah-Hartman, linux-usb

Change the doubled word "in" to "be in" in a comment.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-usb@vger.kernel.org
---
 include/linux/usb/gadget.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200714.orig/include/linux/usb/gadget.h
+++ linux-next-20200714/include/linux/usb/gadget.h
@@ -731,7 +731,7 @@ int usb_gadget_probe_driver(struct usb_g
  * it will first disconnect().  The driver is also requested
  * to unbind() and clean up any device state, before this procedure
  * finally returns.  It's expected that the unbind() functions
- * will in in exit sections, so may not be linked in some kernels.
+ * will be in exit sections, so may not be linked in some kernels.
  */
 int usb_gadget_unregister_driver(struct usb_gadget_driver *driver);
 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 3/4] usb: linux/usb/pd_vdo.h: drop duplicated word in comment
  2020-07-15  4:56 [PATCH 1/4] usb: linux/usb.h: drop duplicated word in comment Randy Dunlap
  2020-07-15  4:56 ` [PATCH 2/4] usb: linux/usb/gadget.h: fix " Randy Dunlap
@ 2020-07-15  4:57 ` Randy Dunlap
  2020-07-15  4:57 ` [PATCH 4/4] usb: linux/usb/serial.h: " Randy Dunlap
  2 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2020-07-15  4:57 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, Greg Kroah-Hartman, linux-usb

Drop the doubled word "all" in a comment.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-usb@vger.kernel.org
---
 include/linux/usb/pd_vdo.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200714.orig/include/linux/usb/pd_vdo.h
+++ linux-next-20200714/include/linux/usb/pd_vdo.h
@@ -249,7 +249,7 @@
  * SVDM Discover SVIDs request -> response
  *
  * Request is properly formatted VDM Header with discover SVIDs command.
- * Response is a set of SVIDs of all all supported SVIDs with all zero's to
+ * Response is a set of SVIDs of all supported SVIDs with all zero's to
  * mark the end of SVIDs.  If more than 12 SVIDs are supported command SHOULD be
  * repeated.
  */

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 4/4] usb: linux/usb/serial.h: drop duplicated word in comment
  2020-07-15  4:56 [PATCH 1/4] usb: linux/usb.h: drop duplicated word in comment Randy Dunlap
  2020-07-15  4:56 ` [PATCH 2/4] usb: linux/usb/gadget.h: fix " Randy Dunlap
  2020-07-15  4:57 ` [PATCH 3/4] usb: linux/usb/pd_vdo.h: drop " Randy Dunlap
@ 2020-07-15  4:57 ` Randy Dunlap
  2 siblings, 0 replies; 4+ messages in thread
From: Randy Dunlap @ 2020-07-15  4:57 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, Greg Kroah-Hartman, linux-usb

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
---
 include/linux/usb/serial.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-next-20200714.orig/include/linux/usb/serial.h
+++ linux-next-20200714/include/linux/usb/serial.h
@@ -212,7 +212,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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-07-15  4:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-15  4:56 [PATCH 1/4] usb: linux/usb.h: drop duplicated word in comment Randy Dunlap
2020-07-15  4:56 ` [PATCH 2/4] usb: linux/usb/gadget.h: fix " Randy Dunlap
2020-07-15  4:57 ` [PATCH 3/4] usb: linux/usb/pd_vdo.h: drop " Randy Dunlap
2020-07-15  4:57 ` [PATCH 4/4] usb: linux/usb/serial.h: " Randy Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).