From: Daniel Vetter Date: Thu, 29 Dec 2016 10:44:35 +0000 (+0100) Subject: drm/doc: link style-guide to doc-guide X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ae774e2c68d19da7a8e982889a5a1684cac93c78;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git drm/doc: link style-guide to doc-guide Our style guide should only be the delta compared to the overall one. Cc: Chris Wilson Reviewed-by: Chris Wilson Signed-off-by: Daniel Vetter Link: http://patchwork.freedesktop.org/patch/msgid/1483008275-29383-1-git-send-email-daniel.vetter@ffwll.ch --- 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 `.