]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
Documentation: fix coding-style.rst Sphinx warning
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 14 Jan 2019 03:28:58 +0000 (19:28 -0800)
committerJonathan Corbet <corbet@lwn.net>
Mon, 14 Jan 2019 15:31:57 +0000 (08:31 -0700)
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>
Documentation/process/coding-style.rst

index afa11024279a7e9e81a35b9f8fe574d80519c48c..4e611a01adc635c56e9729b191481a6b13afce09 100644 (file)
@@ -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.