mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 08:47:44 -04:00
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:
committed by
Tzung-Bi Shih
parent
4319cbd4ed
commit
8d5976089c
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user