]> asedeno.scripts.mit.edu Git - linux.git/commit
documentation: core-api: rearrange a few kernel-api chapters and sections
authorRandy Dunlap <rdunlap@infradead.org>
Fri, 27 Apr 2018 01:11:02 +0000 (18:11 -0700)
committerJonathan Corbet <corbet@lwn.net>
Fri, 27 Apr 2018 23:15:47 +0000 (17:15 -0600)
commiteacc670fa452d8ec70b2eaa6189aefaa1708dd34
treee1c95fbd8cf91b3b37aa36fd12cb3a1d5f28f12c
parentccf2b067948a8f90fc3d7990c57283e7e404d004
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>
Documentation/core-api/kernel-api.rst