Hi Mauro,

On Mon, 12 Sep 2016 11:47:57 -0300, Mauro Carvalho Chehab wrote:
> Instead of using "foo", use ``foo`` for the names that are
> literal.

Because...?

> Signed-off-by: Mauro Carvalho Chehab <mche...@s-opensource.com>
> ---
>  Documentation/kernel-development/CodingStyle.rst | 98 
> ++++++++++++------------
>  1 file changed, 49 insertions(+), 49 deletions(-)
> 
> diff --git a/Documentation/kernel-development/CodingStyle.rst 
> b/Documentation/kernel-development/CodingStyle.rst
> index 3bc022b43ed8..4b2ba1008b11 100644
> --- a/Documentation/kernel-development/CodingStyle.rst
> +++ b/Documentation/kernel-development/CodingStyle.rst
> @@ -38,8 +38,8 @@ benefit of warning you when you're nesting your functions 
> too deep.
>  Heed that warning.
>  
>  The preferred way to ease multiple indentation levels in a switch statement 
> is
> -to align the "switch" and its subordinate "case" labels in the same column
> -instead of "double-indenting" the "case" labels.  E.g.:
> +to align the ``switch`` and its subordinate ``case`` labels in the same 
> column
> +instead of ``double-indenting`` the ``case`` labels.  E.g.:
>  
>  .. code-block:: c
>  (...)

-- 
Jean Delvare
SUSE L3 Support
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to