drm/doc: link style-guide to doc-guide
authorDaniel Vetter <[email protected]>
Thu, 29 Dec 2016 10:44:35 +0000 (11:44 +0100)
committerDaniel Vetter <[email protected]>
Thu, 29 Dec 2016 12:23:36 +0000 (13:23 +0100)
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]
Documentation/gpu/introduction.rst

index 1903595b5310cbc4d8df2da4130c0c127c1b8f46..6960e31f71e1a4d7e7b29c582283d9ffc7135b93 100644 (file)
@@ -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>`.