diff mbox series

[3/4] usb: linux/usb/pd_vdo.h: drop duplicated word in comment

Message ID 20200715045701.22949-3-rdunlap@infradead.org (mailing list archive)
State Mainlined
Commit c76ae34b5af22497b660f6baeed182869c24e411
Headers show
Series [1/4] usb: linux/usb.h: drop duplicated word in comment | expand

Commit Message

Randy Dunlap July 15, 2020, 4:57 a.m. UTC
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(-)
diff mbox series

Patch

--- 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.
  */