crc: Fix code style with crc functions
authorSimon Glass <sjg@chromium.org>
Thu, 14 Nov 2019 19:57:15 +0000 (12:57 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 2 Dec 2019 23:23:07 +0000 (18:23 -0500)
commitb2ea91ba57a2c3d57ec3d681b4058b115a0d3e51
tree44c2fd025d4e7d1fe352866bdfc1a21363191e7c
parentc3a4d1c3ee1f528a62e0de55ed034fa6d23c0add
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>
cmd/i2c.c
include/u-boot/crc.h
lib/crc32.c
tools/envcrc.c