documentation: kernel-api: add more info on bitmap functions
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 16 Oct 2017 23:32:51 +0000 (16:32 -0700)
committerJonathan Corbet <corbet@lwn.net>
Thu, 19 Oct 2017 19:01:40 +0000 (13:01 -0600)
commit7d7363e403ce959941f80684cc5f33e747afff17
tree793fe05bf0426d400b07b3077b8d521a93ea96f4
parent718d50ec782caad13e0cc78fa6a76ff2226f3dd3
documentation: kernel-api: add more info on bitmap functions

There are some good comments about bitmap operations in lib/bitmap.c
and include/linux/bitmap.h, so format them for document generation and
pull them into core-api/kernel-api.rst.

I converted the "tables" of functions from using tabs to using spaces
so that they are more readable in the source file and in the generated
output.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/core-api/kernel-api.rst
include/linux/bitmap.h
lib/bitmap.c