summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2021-01-18 08:41:36 +0100
committerCommit Bot <commit-bot@chromium.org>2021-02-06 09:47:00 +0000
commit70b745db8e5396880d4f14465a980c88c19c828c (patch)
treeb06152da20f71c78a45ddaeb4e5a74123aa9301b
parent85d194abc71e48b048c5255e0d51112966cc1673 (diff)
downloadchrome-ec-stabilize-rust-13776.B-main.tar.gz
ec_commands.h: Remove duplicate wordstabilize-rust-13776.B-main
Copied from coreboot's copy, modified in https://review.coreboot.org/49531 by Elyes HAOUAS <ehaouas@noos.fr> BUG=none BRANCH=none TEST=none Signed-off-by: Patrick Georgi <pgeorgi@google.com> Change-Id: I7edcb0bdc54d32a7dffecf8055e532b7b3747837 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2633984 Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Commit-Queue: Patrick Georgi <pgeorgi@chromium.org> Tested-by: Patrick Georgi <pgeorgi@chromium.org>
-rw-r--r--include/ec_commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ec_commands.h b/include/ec_commands.h
index a3678f3bc4..8f4e313ee4 100644
--- a/include/ec_commands.h
+++ b/include/ec_commands.h
@@ -943,7 +943,7 @@ struct ec_host_response {
*
* Packets always start with a request or response header. They are followed
* by data_len bytes of data. If the data_crc_present flag is set, the data
- * bytes are followed by a CRC-8 of that data, using using x^8 + x^2 + x + 1
+ * bytes are followed by a CRC-8 of that data, using x^8 + x^2 + x + 1
* polynomial.
*
* Host algorithm when sending a request q: