Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: rename development-process/ to process/

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 <mchehab@s-opensource.com>

+5 -8
+1 -1
Documentation/00-INDEX
··· 150 150 - how to use firewire like a hardware debugger memory reader. 151 151 dell_rbu.txt 152 152 - document demonstrating the use of the Dell Remote BIOS Update driver. 153 - development-process/ 153 + process/ 154 154 - how to work with the mainline kernel development process. 155 155 device-mapper/ 156 156 - directory with info on Device Mapper.
+1 -1
Documentation/SubmittingPatches
··· 10 10 11 11 This document contains a large number of suggestions in a relatively terse 12 12 format. For detailed information on how the kernel development process 13 - works, see :ref:`Documentation/development-process <development_process_main>`. 13 + works, see :ref:`Documentation/process <development_process_main>`. 14 14 Also, read :ref:`Documentation/SubmitChecklist <submitchecklist>` 15 15 for a list of items to check before 16 16 submitting code. If you are submitting a driver, also read
+1 -1
Documentation/conf.py
··· 338 338 latex_documents = [ 339 339 ('kernel-documentation', 'kernel-documentation.tex', 'The Linux Kernel Documentation', 340 340 'The kernel development community', 'manual'), 341 - ('development-process/index', 'development-process.tex', 'Linux Kernel Development Documentation', 341 + ('process/index', 'development-process.tex', 'Linux Kernel Development Documentation', 342 342 'The kernel development community', 'manual'), 343 343 ('gpu/index', 'gpu.tex', 'Linux GPU Driver Developer\'s Guide', 344 344 'The kernel development community', 'manual'),
Documentation/development-process/1.Intro.rst Documentation/process/1.Intro.rst
Documentation/development-process/2.Process.rst Documentation/process/2.Process.rst
Documentation/development-process/3.Early-stage.rst Documentation/process/3.Early-stage.rst
Documentation/development-process/4.Coding.rst Documentation/process/4.Coding.rst
Documentation/development-process/5.Posting.rst Documentation/process/5.Posting.rst
Documentation/development-process/6.Followthrough.rst Documentation/process/6.Followthrough.rst
-2
Documentation/development-process/7.AdvancedTopics.rst Documentation/process/7.AdvancedTopics.rst
··· 176 176 documentation, adverse effects on performance, user-space ABI changes, etc. 177 177 All types of review, if they lead to better code going into the kernel, are 178 178 welcome and worthwhile. 179 - 180 -
Documentation/development-process/8.Conclusion.rst Documentation/process/8.Conclusion.rst
+1 -1
Documentation/development-process/conf.py Documentation/process/conf.py
··· 5 5 tags.add("subproject") 6 6 7 7 latex_documents = [ 8 - ('index', 'development-process.tex', 'Linux Kernel Development Documentation', 8 + ('index', 'process.tex', 'Linux Kernel Development Documentation', 9 9 'The kernel development community', 'manual'), 10 10 ]
-1
Documentation/development-process/development-process.rst Documentation/process/development-process.rst
··· 26 26 there is some technical material here, this is very much a process-oriented 27 27 discussion which does not require a deep knowledge of kernel programming to 28 28 understand. 29 -
Documentation/development-process/index.rst Documentation/process/index.rst
+1 -1
Documentation/index.rst
··· 12 12 :maxdepth: 2 13 13 14 14 kernel-documentation 15 - development-process/index 15 + process/index 16 16 dev-tools/tools 17 17 driver-api/index 18 18 media/index