[PATCH 0/3] Documentation/smatch: RST conversion and fixes

Javier Carrasco posted 3 patches 1 year, 10 months ago
Documentation/index.rst                  |  1 +
Documentation/{smatch.txt => smatch.rst} | 68 +++++++++++++-----------
Documentation/submitting-patches.md      |  2 +-
3 files changed, 38 insertions(+), 33 deletions(-)
rename Documentation/{smatch.txt => smatch.rst} (60%)
[PATCH 0/3] Documentation/smatch: RST conversion and fixes
Posted by Javier Carrasco 1 year, 10 months ago
This series converts the existing smatch.txt to RST and adds it to the
index, so it can be built together with the sparse documentation.

When at it, a couple of small fixes has been included.

Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com>

Javier Carrasco (3):
  Documentation/smatch: fix paths in the examples
  Documentation/smatch: convert to RST
  Documentation/smatch: fix typo in submitting-patches.md

 Documentation/index.rst                  |  1 +
 Documentation/{smatch.txt => smatch.rst} | 68 +++++++++++++-----------
 Documentation/submitting-patches.md      |  2 +-
 3 files changed, 38 insertions(+), 33 deletions(-)
 rename Documentation/{smatch.txt => smatch.rst} (60%)

--
2.40.1
Re: [PATCH 0/3] Documentation/smatch: RST conversion and fixes
Posted by Dan Carpenter 1 year, 10 months ago
On Mon, Apr 01, 2024 at 10:45:09PM +0200, Javier Carrasco wrote:
> This series converts the existing smatch.txt to RST and adds it to the
> index, so it can be built together with the sparse documentation.
> 
> When at it, a couple of small fixes has been included.
> 
> Signed-off-by: Javier Carrasco <javier.carrasco.cruz@gmail.com>

Thanks!  Applied.  (Will push probably later this week).

regards,
dan carpenter