From: Ayan Shafqat Date: Thu, 18 May 2017 18:32:57 +0000 (-0400) Subject: Doc: fix a markup error in coding-style.rst X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=68f04b571da49c246eb54a7fe46233f17c77ad0f;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git Doc: fix a markup error in coding-style.rst The "\n\t" sequence needs to be quoted or it will not render properly. [jc: no signoff from the author, but it's trivial] Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/process/coding-style.rst b/Documentation/process/coding-style.rst index d20d52a4d812..a20b44a40ec4 100644 --- a/Documentation/process/coding-style.rst +++ b/Documentation/process/coding-style.rst @@ -980,8 +980,8 @@ do so, though, and doing so unnecessarily can limit optimization. When writing a single inline assembly statement containing multiple instructions, put each instruction on a separate line in a separate quoted -string, and end each string except the last with \n\t to properly indent the -next instruction in the assembly output: +string, and end each string except the last with ``\n\t`` to properly indent +the next instruction in the assembly output: .. code-block:: c