summaryrefslogtreecommitdiff
path: root/include/linux/platform_data
diff options
context:
space:
mode:
authorXiang wangx <wangxiang@cdjrlc.com>2022-06-06 05:23:13 +0300
committerTzung-Bi Shih <tzungbi@kernel.org>2022-06-06 06:49:25 +0300
commit8d5976089c97a4beeeda4de59e2fba9862946893 (patch)
tree7ceb31f5fa27b21c7d2a47283d97b9a8ee7ab8f1 /include/linux/platform_data
parent4319cbd4ed99003e0c981728ab1626c25be7af4a (diff)
downloadlinux-8d5976089c97a4beeeda4de59e2fba9862946893.tar.xz
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
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r--include/linux/platform_data/cros_ec_commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/platform_data/cros_ec_commands.h b/include/linux/platform_data/cros_ec_commands.h
index 8cfa8cfca77e..e59f51c41a1c 100644
--- a/include/linux/platform_data/cros_ec_commands.h
+++ b/include/linux/platform_data/cros_ec_commands.h
@@ -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: