commit | 7c9aa0157ef4b4cc28c98b08a971dc8344e64aab | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Mon Dec 18 10:30:12 2017 -0200 |
committer | Jonathan Corbet <corbet@lwn.net> | Thu Dec 21 13:41:46 2017 -0700 |
tree | d5c67d058757674d7dc5ce03532772bca345334e | |
parent | bdfe2be34b37d988a525d5559fe132728510735a [diff] |
scripts: kernel-doc: replace tabs by spaces Sphinx has a hard time dealing with tabs, causing it to misinterpret paragraph continuation. As we're now mainly focused on supporting ReST output, replace tabs by spaces, in order to avoid troubles when the output is parsed by Sphinx. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>