platform/chrome: cros_ec_commands: Fix syntax errors in comments
Delete the redundant word 'using'. Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com> Reviewed-by: Tzung-Bi Shih <tzungbi@kernel.org> Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org> Link: https://lore.kernel.org/r/20220606022313.22912-1-wangxiang@cdjrlc.com
This commit is contained in:
parent
4319cbd4ed
commit
8d5976089c
1 changed files with 1 additions and 1 deletions
|
|
@ -787,7 +787,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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue