]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1f401bb1bcbf1c2945fd086cbf1545a869b10e20
tree793fe05bf0426d400b07b3077b8d521a93ea96f4
parentce408b88c5b6fcb732942e8571835a088531372a
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