summaryrefslogtreecommitdiffstats
path: root/drivers/greybus
diff options
context:
space:
mode:
authorJason Wang <wangborong@cdjrlc.com>2021-12-12 11:16:57 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-12-21 10:13:26 +0100
commit909c648e03e8eda8eb72678b3e95042739d6eb71 (patch)
treedb437e1352fceb22cd170e2ca3f2b8ce71617573 /drivers/greybus
parentd185a3466f0cd5af8f1c5c782c53bc0e6f2e7136 (diff)
downloadlinux-909c648e03e8eda8eb72678b3e95042739d6eb71.tar.bz2
greybus: es2: fix typo in a comment
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>
Diffstat (limited to 'drivers/greybus')
-rw-r--r--drivers/greybus/es2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/greybus/es2.c b/drivers/greybus/es2.c
index 15661c7f3633..e89cca015095 100644
--- 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.