2022-10-19 15:12:57

by Jilin Yuan

[permalink] [raw]
Subject: [PATCH] platform/chrome: fix repeated words in comments

Delete the redundant word 'from'.

Signed-off-by: Jilin Yuan <[email protected]>
---
drivers/platform/chrome/cros_ec_rpmsg.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/platform/chrome/cros_ec_rpmsg.c b/drivers/platform/chrome/cros_ec_rpmsg.c
index 39d3b50a7c09..a62b87086bad 100644
--- a/drivers/platform/chrome/cros_ec_rpmsg.c
+++ b/drivers/platform/chrome/cros_ec_rpmsg.c
@@ -20,7 +20,7 @@
#define HOST_EVENT_MARK 2

/**
- * struct cros_ec_rpmsg_response - rpmsg message format from from EC.
+ * struct cros_ec_rpmsg_response - rpmsg message format from EC.
*
* @type: The type of message, should be either HOST_COMMAND_MARK or
* HOST_EVENT_MARK, representing that the message is a response to
--
2.36.1