Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0e4f07a6 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

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: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 44b10006
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -150,7 +150,7 @@ debugging-via-ohci1394.txt
	- how to use firewire like a hardware debugger memory reader.
dell_rbu.txt
	- document demonstrating the use of the Dell Remote BIOS Update driver.
development-process/
process/
	- how to work with the mainline kernel development process.
device-mapper/
	- directory with info on Device Mapper.
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ can greatly increase the chances of your change being accepted.

This document contains a large number of suggestions in a relatively terse
format.  For detailed information on how the kernel development process
works, see :ref:`Documentation/development-process <development_process_main>`.
works, see :ref:`Documentation/process <development_process_main>`.
Also, read :ref:`Documentation/SubmitChecklist <submitchecklist>`
for a list of items to check before
submitting code.  If you are submitting a driver, also read
+1 −1
Original line number Diff line number Diff line
@@ -338,7 +338,7 @@ latex_elements = {
latex_documents = [
    ('kernel-documentation', 'kernel-documentation.tex', 'The Linux Kernel Documentation',
     'The kernel development community', 'manual'),
    ('development-process/index', 'development-process.tex', 'Linux Kernel Development Documentation',
    ('process/index', 'development-process.tex', 'Linux Kernel Development Documentation',
     'The kernel development community', 'manual'),
    ('gpu/index', 'gpu.tex', 'Linux GPU Driver Developer\'s Guide',
     'The kernel development community', 'manual'),
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ Contents:
   :maxdepth: 2

   kernel-documentation
   development-process/index
   process/index
   dev-tools/tools
   driver-api/index
   media/index
Loading