platform/chrome: fix repeated words in comments
Commit Message
Delete the redundant word 'from'.
Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
---
drivers/platform/chrome/cros_ec_rpmsg.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -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