crc8() does not change the data passed to it, so the pointer argument
should be declared const. This avoids callers that receive const data
having to cast it to a non-const pointer to call crc8().
Signed-off-by: Richard Fitzgerald
Acked-by: Randy Dunlap
---
No maintainer listed for this file so
crc8() does not change the data passed to it, so the pointer argument
should be declared const. This avoids callers that receive const data
having to cast it to a non-const pointer to call crc8().
Signed-off-by: Richard Fitzgerald
Acked-by: Randy Dunlap
---
No maintainer listed for this file so
2 matches
Mail list logo