summaryrefslogtreecommitdiffstats
path: root/Documentation/gpu/drm-kms.rst
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2016-11-03 11:44:23 +0200
committerJani Nikula <jani.nikula@intel.com>2016-11-03 12:39:13 +0200
commit29849a695ffefd0055e23f5c59659dd377e361fe (patch)
tree80aeb22771134b5582c45f9cf901e709098030f2 /Documentation/gpu/drm-kms.rst
parent57131dd3fd9f51a6b54a917d7faa6ce59d7f3e48 (diff)
downloadlinux-0-day-29849a695ffefd0055e23f5c59659dd377e361fe.tar.gz
linux-0-day-29849a695ffefd0055e23f5c59659dd377e361fe.tar.xz
Documentation/gpu: use code-block with proper language
Now that we don't have automatic syntax highlighting, use the code-block directive with the explicitly selected language, where appropriate. Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'Documentation/gpu/drm-kms.rst')
-rw-r--r--Documentation/gpu/drm-kms.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gpu/drm-kms.rst b/Documentation/gpu/drm-kms.rst
index 53b872c105d24..38af5d1cc59f5 100644
--- a/Documentation/gpu/drm-kms.rst
+++ b/Documentation/gpu/drm-kms.rst
@@ -215,7 +215,7 @@ Connectors state change detection must be cleanup up with a call to
Output discovery and initialization example
-------------------------------------------
-::
+.. code-block:: c
void intel_crt_init(struct drm_device *dev)
{