diff options
author | Jani Nikula <jani.nikula@intel.com> | 2016-11-03 11:44:23 +0200 |
---|---|---|
committer | Jani Nikula <jani.nikula@intel.com> | 2016-11-03 12:39:13 +0200 |
commit | 29849a695ffefd0055e23f5c59659dd377e361fe (patch) | |
tree | 80aeb22771134b5582c45f9cf901e709098030f2 /Documentation/gpu/drm-mm.rst | |
parent | 57131dd3fd9f51a6b54a917d7faa6ce59d7f3e48 (diff) | |
download | linux-29849a695ffefd0055e23f5c59659dd377e361fe.tar.bz2 |
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-mm.rst')
-rw-r--r-- | Documentation/gpu/drm-mm.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gpu/drm-mm.rst b/Documentation/gpu/drm-mm.rst index bca808535dfd..cb5daffcd6be 100644 --- a/Documentation/gpu/drm-mm.rst +++ b/Documentation/gpu/drm-mm.rst @@ -45,7 +45,7 @@ the radeon_ttm.c file for an example of usage. The ttm_global_reference structure is made up of several fields: -:: +.. code-block:: c struct ttm_global_reference { enum ttm_global_types global_type; |