aboutsummaryrefslogtreecommitdiff
path: root/Documentation/process/2.Process.rst
AgeCommit message (Collapse)AuthorFilesLines
2018-08-31docs: fix typo in table describing 4.16 development cycleAkinobu Mita1-1/+1
Fix s/4.17/4.16/ typo. Fixes: 8962e40c1993 ("docs: update kernel versions and dates in tables") Cc: Tim Bird <[email protected]> Cc: Jonathan Corbet <[email protected]> Signed-off-by: Akinobu Mita <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>
2018-06-26Documentation/process: fix reST table border errorRandy Dunlap1-1/+1
Fix reST error in Documentation/process/: Documentation/process/2.Process.rst:131: ERROR: Malformed table. Bottom/header table border does not match top border. Fixes: 8962e40c1993 ("docs: update kernel versions and dates in tables") Signed-off-by: Randy Dunlap <[email protected]> Cc: Jonathan Corbet <[email protected]> Cc: Tim Bird <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>
2018-05-23docs: update kernel versions and dates in tablesTim Bird1-34/+38
Every once in a while, we should update the examples to reflect more recent kernel versions. Update the tables describing kernel releases, the merge window, and current longterm maintained kernel, from 2.6-era kernels to 4.x. Signed-off-by: Tim Bird <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>
2016-10-24docs: rename development-process/ to process/Mauro Carvalho Chehab1-0/+497
As we'll type this a lot, after adding CodingStyle & friends, let's rename the directory name to a shorter one. Signed-off-by: Mauro Carvalho Chehab <[email protected]>