diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2016-12-29 05:44:35 -0500 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2016-12-29 07:23:36 -0500 |
commit | ae774e2c68d19da7a8e982889a5a1684cac93c78 (patch) | |
tree | 80aabe18af44494f8ed3fa490a16bd4b2c948f18 | |
parent | 9b8b75de4cb379187c481a5332a12429f31c0887 (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 <chris@chris-wilson.co.uk>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1483008275-29383-1-git-send-email-daniel.vetter@ffwll.ch
-rw-r--r-- | Documentation/gpu/introduction.rst | 2 |
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 | |||
49 | in a colon or not. Go with the file-local style. Other common section | 49 | in a colon or not. Go with the file-local style. Other common section |
50 | names are "Notes" with information for dangerous or tricky corner cases, | 50 | names are "Notes" with information for dangerous or tricky corner cases, |
51 | and "FIXME" where the interface could be cleaned up. | 51 | and "FIXME" where the interface could be cleaned up. |
52 | |||
53 | Also read the :ref:`guidelines for the kernel documentation at large <doc_guide>`. | ||