summaryrefslogtreecommitdiff
path: root/Documentation/internals
diff options
context:
space:
mode:
authorKevin Traynor <ktraynor@redhat.com>2022-04-12 15:20:18 +0100
committerIlya Maximets <i.maximets@ovn.org>2022-05-04 21:47:18 +0200
commit9dd3031d2e0e9597449e95428320ccaaff7d8b3d (patch)
treec8597431451141b98d318bf09602e24bdf155754 /Documentation/internals
parent6c50462096056826b504850ad2c23b997a5227d7 (diff)
downloadopenvswitch-9dd3031d2e0e9597449e95428320ccaaff7d8b3d.tar.gz
Documentation: Fix use of rst verbatim code chunk syntax.
In some places it is using Markdown syntax and in others it is not needed as there is already a code block. Signed-off-by: Kevin Traynor <ktraynor@redhat.com> Reviewed-by: David Marchand <david.marchand@redhat.com> Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'Documentation/internals')
-rw-r--r--Documentation/internals/contributing/coding-style.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/internals/contributing/coding-style.rst b/Documentation/internals/contributing/coding-style.rst
index 7fc320080..eef984e87 100644
--- a/Documentation/internals/contributing/coding-style.rst
+++ b/Documentation/internals/contributing/coding-style.rst
@@ -189,7 +189,6 @@ Example:
::
- ```
/* Stores the features supported by 'netdev' into each of '*current',
* '*advertised', '*supported', and '*peer' that are non-null. Each value
* is a bitmap of "enum ofp_port_features" bits, in host byte order.
@@ -202,7 +201,6 @@ Example:
{
...
}
- ```
Functions that destroy an instance of a dynamically-allocated type should
accept and ignore a null pointer argument. Code that calls such a function