projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d185a34
)
greybus: es2: fix typo in a comment
author
Jason Wang
<wangborong@cdjrlc.com>
Sun, 12 Dec 2021 03:16:57 +0000
(11:16 +0800)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 21 Dec 2021 09:13:26 +0000
(10:13 +0100)
The double `for' in the comment in line 81 is repeated. Remove one
of them from the comment.
Reviewed-by: Alex Elder <elder@linaro.org>
Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
Link:
https://lore.kernel.org/r/20211212031657.41169-1-wangborong@cdjrlc.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/greybus/es2.c
patch
|
blob
|
history
diff --git
a/drivers/greybus/es2.c
b/drivers/greybus/es2.c
index
15661c7
..
e89cca0
100644
(file)
--- a/
drivers/greybus/es2.c
+++ b/
drivers/greybus/es2.c
@@
-78,7
+78,7
@@
struct es2_cport_in {
* @hd: pointer to our gb_host_device structure
*
* @cport_in: endpoint, urbs and buffer for cport in messages
- * @cport_out_endpoint: endpoint for
for
cport out messages
+ * @cport_out_endpoint: endpoint for cport out messages
* @cport_out_urb: array of urbs for the CPort out messages
* @cport_out_urb_busy: array of flags to see if the @cport_out_urb is busy or
* not.