summaryrefslogtreecommitdiff
path: root/Documentation/internals/contributing/coding-style.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/internals/contributing/coding-style.rst')
-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