docs-rst: add documents to development-process
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 21 Sep 2016 11:40:21 +0000 (08:40 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 24 Oct 2016 10:12:35 +0000 (08:12 -0200)
commit186128f75392f8478ad1b32a675627d738881ca4
treec72c5e91c636e58ae0a9496fb2759074f484244f
parent0e4f07a65f53e7b3afab71925e56fe6aaa07d696
docs-rst: add documents to development-process

Add several documents to the development-process ReST book.

As we don't want renames, use symlinks instead, keeping those
documents on their original place.

Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
33 files changed:
Documentation/Changes [deleted file]
Documentation/CodeOfConflict [deleted file]
Documentation/CodingStyle [deleted file]
Documentation/HOWTO [deleted file]
Documentation/ManagementStyle [deleted file]
Documentation/SubmitChecklist [deleted file]
Documentation/SubmittingDrivers [deleted file]
Documentation/SubmittingPatches [deleted file]
Documentation/adding-syscals.txt [deleted file]
Documentation/applying-patches.txt [deleted file]
Documentation/email-clients.txt [deleted file]
Documentation/kernel-docs.txt [deleted file]
Documentation/magic-number.txt [deleted file]
Documentation/process/adding-syscalls.rst [new file with mode: 0644]
Documentation/process/applying-patches.rst [new file with mode: 0644]
Documentation/process/changes.rst [new file with mode: 0644]
Documentation/process/code-of-conflict.rst [new file with mode: 0644]
Documentation/process/coding-style.rst [new file with mode: 0644]
Documentation/process/email-clients.rst [new file with mode: 0644]
Documentation/process/howto.rst [new file with mode: 0644]
Documentation/process/index.rst
Documentation/process/kernel-docs.rst [new file with mode: 0644]
Documentation/process/magic-number.rst [new file with mode: 0644]
Documentation/process/management-style.rst [new file with mode: 0644]
Documentation/process/stable-api-nonsense.rst [new file with mode: 0644]
Documentation/process/stable-kernel-rules.rst [new file with mode: 0644]
Documentation/process/submit-checklist.rst [new file with mode: 0644]
Documentation/process/submitting-drivers.rst [new file with mode: 0644]
Documentation/process/submitting-patches.rst [new file with mode: 0644]
Documentation/process/volatile-considered-harmful.rst [new file with mode: 0644]
Documentation/stable_api_nonsense.txt [deleted file]
Documentation/stable_kernel_rules.txt [deleted file]
Documentation/volatile-considered-harmful.txt [deleted file]