commit | dc37f985e9e4b0f37c0653a2b058916788b9692d | [log] [tgz] |
---|---|---|
author | Michael Hope <mlhx@google.com> | Sat Mar 10 22:20:18 2018 +0100 |
committer | Anas Nashif <nashif@linux.intel.com> | Sat Mar 10 21:49:07 2018 -0500 |
tree | 8349875b99fe3a4d98dbeda803cfa62af23afb45 | |
parent | d3a6d933f6439cd2d5e57e70a281f21fa2dec65d [diff] |
crc: make crc8_ccitt() match the other CRC functions. This is a minor change that makes the data pointer const and shifts the length to a size_t to match the other CRC functions. Signed-off-by: Michael Hope <mlhx@google.com>