diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-10-06 11:10:38 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2017-10-07 10:05:56 -0600 |
commit | 13277782dd4bcef71341a1016bee1d09f8f95ae0 (patch) | |
tree | ccf22ec3f01229e52c76db6f28ad61d700cce787 /Documentation/process/index.rst | |
parent | 852f1a21ffae19a45d4944791ce574e92a2b31ab (diff) |
Documentation: add Kernel Driver Statement to the kernel
Way back in 2008 we didn't have "robust" in-kernel documentation system,
so the idea of putting something like the kernel driver statement in the
kernel tree wasn't even imagined. But now that has changed, so add the
old document to the kernel source itself to allow for us to properly
reference it in one canonical place (as the LF wiki keeps moving things
around.)
This also will allow people to add their names to it, as I seem to have
lost the ability to do that by not knowing how to edit things on the
original document.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/process/index.rst')
-rw-r--r-- | Documentation/process/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/process/index.rst b/Documentation/process/index.rst index 82fc399fcd33..68454319f006 100644 --- a/Documentation/process/index.rst +++ b/Documentation/process/index.rst @@ -25,6 +25,7 @@ Below are the essential guides that every developer should read. submitting-patches coding-style email-clients + kernel-driver-statement Other guides to the community that are of interest to most developers are: |