[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20221019125243.49098-1-yuanjilin@cdjrlc.com>
Date: Wed, 19 Oct 2022 20:52:43 +0800
From: Jilin Yuan <yuanjilin@...rlc.com>
To: bleung@...omium.org, groeck@...omium.org
Cc: chrome-platform@...ts.linux.dev, linux-kernel@...r.kernel.org,
Jilin Yuan <yuanjilin@...rlc.com>
Subject: [PATCH] platform/chrome: fix repeated words in comments
Delete the redundant word 'from'.
Signed-off-by: Jilin Yuan <yuanjilin@...rlc.com>
---
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
Powered by blists - more mailing lists