aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Vetter <[email protected]>2016-12-29 11:44:35 +0100
committerDaniel Vetter <[email protected]>2016-12-29 13:23:36 +0100
commitae774e2c68d19da7a8e982889a5a1684cac93c78 (patch)
tree80aabe18af44494f8ed3fa490a16bd4b2c948f18
parent9b8b75de4cb379187c481a5332a12429f31c0887 (diff)
drm/doc: link style-guide to doc-guide
Our style guide should only be the delta compared to the overall one. Cc: Chris Wilson <[email protected]> Reviewed-by: Chris Wilson <[email protected]> Signed-off-by: Daniel Vetter <[email protected]> Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r--Documentation/gpu/introduction.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/gpu/introduction.rst b/Documentation/gpu/introduction.rst
index 1903595b5310..6960e31f71e1 100644
--- a/Documentation/gpu/introduction.rst
+++ b/Documentation/gpu/introduction.rst
@@ -49,3 +49,5 @@ section name should be all upper-case or not, and whether it should end
in a colon or not. Go with the file-local style. Other common section
names are "Notes" with information for dangerous or tricky corner cases,
and "FIXME" where the interface could be cleaned up.
+
+Also read the :ref:`guidelines for the kernel documentation at large <doc_guide>`.