diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2018-04-27 04:11:02 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-04-28 02:15:47 +0300 |
commit | eacc670fa452d8ec70b2eaa6189aefaa1708dd34 (patch) | |
tree | e1c95fbd8cf91b3b37aa36fd12cb3a1d5f28f12c /samples | |
parent | ccf2b067948a8f90fc3d7990c57283e7e404d004 (diff) | |
download | linux-eacc670fa452d8ec70b2eaa6189aefaa1708dd34.tar.xz |
documentation: core-api: rearrange a few kernel-api chapters and sections
Rearrange some kernel-api chapters and sections to group them
together better.
- move Bit Operations from Basic C Library Functions to Basic
Kernel Library Functions (now adjacent to Bitmap Operations since
they are not typical C library functions)
- move Sorting from Math Functions to Basic Kernel Library Functions
since sort functions are more Basic than Math Functions
- move Text Searching from Math Functions to Basic Kernel Library
Functions (keep Sorting and Searching close to each other)
- combine CRC and Math functions together into the (newly named)
CRC and Math Functions chapter
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Matthew Wilcox <mawilcox@microsoft.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions