diff options
author | Jani Nikula <jani.nikula@intel.com> | 2016-11-03 12:43:29 +0300 |
---|---|---|
committer | Jani Nikula <jani.nikula@intel.com> | 2016-11-03 13:39:00 +0300 |
commit | 07a37ba5835315f40431900dd1a8e80af4682294 (patch) | |
tree | 1236a60b35ca5f051f8c324e7dd051d7f46cc826 /Documentation/admin-guide/ramoops.rst | |
parent | b459106ea4b7f317faa24b47e9a6b20c2f254d2d (diff) | |
download | linux-07a37ba5835315f40431900dd1a8e80af4682294.tar.xz |
Documentation/admin-guide: 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/admin-guide/ramoops.rst')
-rw-r--r-- | Documentation/admin-guide/ramoops.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/admin-guide/ramoops.rst b/Documentation/admin-guide/ramoops.rst index fe95c027e37c..4efd7ce77565 100644 --- a/Documentation/admin-guide/ramoops.rst +++ b/Documentation/admin-guide/ramoops.rst @@ -78,7 +78,9 @@ Setting the ramoops parameters can be done in several different manners: }; C. Use a platform device and set the platform data. The parameters can then - be set through that platform data. An example of doing that is:: + be set through that platform data. An example of doing that is: + + .. code-block:: c #include <linux/pstore_ram.h> [...] |