docs: clean up and add rest of CRC functions to kernel-api.rst
authorRandy Dunlap <rdunlap@infradead.org>
Fri, 8 Sep 2017 23:35:55 +0000 (16:35 -0700)
committerJonathan Corbet <corbet@lwn.net>
Tue, 26 Sep 2017 21:01:20 +0000 (15:01 -0600)
commit8a29896a6e31c7aa2ca3b50d8aefe05f280b0b7e
tree8ef874d134297f6543ec7498739958b709aa44d4
parent44e9f099367716dde33618b7d5d25c3123437ba6
docs: clean up and add rest of CRC functions to kernel-api.rst

Add the rest of the CRC library functions to kernel-api.

- try to clarify crc32() by adding '@' to a function parameter
- reorder kernel-api CRC functions to be less random
- add more CRC functions to kernel-api
- correct the function parameter names in several places

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/core-api/kernel-api.rst
lib/crc32.c
lib/crc4.c
lib/crc8.c