Commit 8d597608 authored by Xiang wangx's avatar Xiang wangx Committed by Tzung-Bi Shih
Browse files

platform/chrome: cros_ec_commands: Fix syntax errors in comments

parent 4319cbd4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: