Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Randy Dunlap and committed by
Jonathan Corbet
7fbc258f 7c11fcc5

+1 -1
+1 -1
Documentation/process/coding-style.rst
··· 443 443 Although this is not required by the C language, it is preferred in Linux 444 444 because it is a simple way to add valuable information for the reader. 445 445 446 - Do not use the `extern' keyword with function prototypes as this makes 446 + Do not use the ``extern`` keyword with function prototypes as this makes 447 447 lines longer and isn't strictly necessary. 448 448 449 449