summaryrefslogtreecommitdiff
path: root/Documentation/process
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2019-01-13 19:28:58 -0800
committerJonathan Corbet <corbet@lwn.net>2019-01-14 08:31:57 -0700
commit7fbc258fea74d888b5ac6ba15c50ef2a05b5243b (patch)
tree6bc7d2db7d86d8f909431927a9abbf4324b716e1 /Documentation/process
parent7c11fcc5ad39ea774853e5b5d8b6158d0b8c6649 (diff)
Documentation: fix coding-style.rst Sphinx warning
Fix Sphinx warning in coding-style.rst: Documentation/process/coding-style.rst:446: WARNING: Inline interpreted text or phrase reference start-string without end-string. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/process')
-rw-r--r--Documentation/process/coding-style.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/process/coding-style.rst b/Documentation/process/coding-style.rst
index afa11024279a..4e611a01adc6 100644
--- a/Documentation/process/coding-style.rst
+++ b/Documentation/process/coding-style.rst
@@ -443,7 +443,7 @@ In function prototypes, include parameter names with their data types.
Although this is not required by the C language, it is preferred in Linux
because it is a simple way to add valuable information for the reader.
-Do not use the `extern' keyword with function prototypes as this makes
+Do not use the ``extern`` keyword with function prototypes as this makes
lines longer and isn't strictly necessary.