diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-15 07:57:00 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-07-15 17:48:11 +0300 |
commit | c76ae34b5af22497b660f6baeed182869c24e411 (patch) | |
tree | 88e8c92aed4102022a8113c135cfefb15fa413d4 /include/linux/usb/pd_vdo.h | |
parent | ded071f475cb5b67fda412f88fd5fd4d9c27916c (diff) | |
download | linux-c76ae34b5af22497b660f6baeed182869c24e411.tar.xz |
usb: linux/usb/pd_vdo.h: drop duplicated word in comment
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
Link: https://lore.kernel.org/r/20200715045701.22949-3-rdunlap@infradead.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/usb/pd_vdo.h')
-rw-r--r-- | include/linux/usb/pd_vdo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/usb/pd_vdo.h b/include/linux/usb/pd_vdo.h index 35b8e15efaa0..68bdc4e2f5a9 100644 --- a/include/linux/usb/pd_vdo.h +++ b/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. */ |