All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: fix coding-style.rst Sphinx warning
@ 2019-01-14  3:28 Randy Dunlap
  2019-01-14 15:32 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2019-01-14  3:28 UTC (permalink / raw)
  To: linux-doc, Jonathan Corbet; +Cc: LKML

From: Randy Dunlap <rdunlap@infradead.org>

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>
---
 Documentation/process/coding-style.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- lnx-50-rc2.orig/Documentation/process/coding-style.rst
+++ lnx-50-rc2/Documentation/process/coding-style.rst
@@ -443,7 +443,7 @@ In function prototypes, include paramete
 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.
 
 



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Documentation: fix coding-style.rst Sphinx warning
  2019-01-14  3:28 [PATCH] Documentation: fix coding-style.rst Sphinx warning Randy Dunlap
@ 2019-01-14 15:32 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2019-01-14 15:32 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: linux-doc, LKML

On Sun, 13 Jan 2019 19:28:58 -0800
Randy Dunlap <rdunlap@infradead.org> wrote:

> 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>

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-01-14 15:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-14  3:28 [PATCH] Documentation: fix coding-style.rst Sphinx warning Randy Dunlap
2019-01-14 15:32 ` Jonathan Corbet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.