Documentation/CodingStyle: replace underline markups
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 19 Sep 2016 11:07:46 +0000 (08:07 -0300)
committerJonathan Corbet <corbet@lwn.net>
Wed, 21 Sep 2016 00:36:57 +0000 (18:36 -0600)
commit5d628b4527e40002b2eea83a13a5191113767d46
treeee1425aae69e0f36a85215be573e923b2df0b3d4
parentb1a3459b00d601149d9171c0075ee35ea2d3bfde
Documentation/CodingStyle: replace underline markups

Sphinx doesn't accept underline markups by purpose.
While there are ways to support underline via CSS, this won't
be portable with non-html outputs.

As we want CodingStyle to do emphasis, replace _foo_ by **foo**,
using bold emphasis.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/CodingStyle