commit | b2ea91ba57a2c3d57ec3d681b4058b115a0d3e51 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Nov 14 12:57:15 2019 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 02 18:23:07 2019 -0500 |
tree | 44c2fd025d4e7d1fe352866bdfc1a21363191e7c | |
parent | c3a4d1c3ee1f528a62e0de55ed034fa6d23c0add [diff] |
crc: Fix code style with crc functions Some of these have a space before the bracket. Drop it to fix the style. Add some missing function comments while here. Note that u32 and u8 cannot be used here since crc.h is included on the host side. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>