projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4319cbd
)
platform/chrome: cros_ec_commands: Fix syntax errors in comments
author
Xiang wangx
<wangxiang@cdjrlc.com>
Mon, 6 Jun 2022 02:23:13 +0000
(10:23 +0800)
committer
Tzung-Bi Shih
<tzungbi@kernel.org>
Mon, 6 Jun 2022 03:49:25 +0000
(
03:49
+0000)
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
include/linux/platform_data/cros_ec_commands.h
patch
|
blob
|
history
diff --git
a/include/linux/platform_data/cros_ec_commands.h
b/include/linux/platform_data/cros_ec_commands.h
index 8cfa8cfca77ef42ebf41e7e773b62a9081000223..e59f51c41a1c6250fad2ecaf971b40569a2d01a7 100644
(file)
--- 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: