Skip to content

Commit 97efbec

Browse files
stephanosiocarlescufi
authored andcommitted
doc: test: Update link to Sparse documentation
Update the Sparse documentation to refer to the official Sparse documentation instead of some random link, which no longeer works. It also fixes an incorrect inline literal usage. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent dc66be5 commit 97efbec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/develop/test/sparse.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
Sparse support
44
##############
55

6-
`Sparse <https://kernelnewbies.org/Sparse>`__ is a static code analysis tool.
6+
`Sparse <https://www.kernel.org/doc/html/latest/dev-tools/sparse.html>`__
7+
is a static code analysis tool.
78
Apart from performing common code analysis tasks it also supports an
89
``address_space`` attribute, which allows introduction of distinct address
910
spaces in C code with subsequent verification that pointers to different
@@ -18,7 +19,7 @@ Running with sparse
1819
*******************
1920

2021
To run a sparse verification build :ref:`west build <west-building>` should be
21-
called with a `-DSPARSE=y` parameter, e.g.
22+
called with a ``-DSPARSE=y`` parameter, e.g.
2223

2324
.. code-block:: shell
2425

0 commit comments

Comments
 (0)