summaryrefslogtreecommitdiffstats
path: root/Documentation/scheduler/sched-nice-design.rst
Commit message (Collapse)AuthorAgeFilesLines
* Documentation: scheduler: fixed 2 typos in sched-nice-design.rstChun-Hung Tseng2021-05-171-1/+1
| | | | | | | | This patch fixed 2 spelling errors in the documentation. Signed-off-by: Chun-Hung Tseng <henrybear327@gmail.com> Link: https://lore.kernel.org/r/20210516105955.120651-1-henrybear327@gmail.com Signed-off-by: Jonathan Corbet <corbet@lwn.net>
* docs: scheduler: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-0/+112
In order to prepare to add them to the Kernel API book, convert the files to ReST format. The conversion is actually: - add blank lines and identation in order to identify paragraphs; - fix tables markups; - add some lists markups; - mark literal blocks; - adjust title markups. At its new index.rst, let's add a :orphan: while this is not linked to the main index.rst file, in order to avoid build warnings. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>