diff options
author | Vegard Nossum <[email protected]> | 2023-10-22 20:58:06 +0200 |
---|---|---|
committer | Suzuki K Poulose <[email protected]> | 2023-11-16 09:52:39 +0000 |
commit | e49c0b1401d0d0efc8aeeb9db5a9d54e980d9f69 (patch) | |
tree | 4c94c5a20d38d5b543236a6834a16d8d6f141d78 /scripts/generate_rust_analyzer.py | |
parent | aff787f64ad7cbb54614b51b82c682fe06411ef3 (diff) |
Documentation: coresight: fix `make refcheckdocs` warning
This reference uses a glob pattern to match multiple files, but the
asterisk was escaped as \* in order to not be interpreted by sphinx
as reStructuredText markup.
refcheckdocs/documentation-file-ref-check doesn't know about rST syntax
and tries to interpret the \* literally (instead of as a glob).
We can work around the warning by putting the Documentation reference
inside double backticks (``..``), which allows us to not escape the
asterisk.
Fixes: c06475910b52 ("Documentation: coresight: Escape coresight bindings file wildcard")
Cc: Mathieu Poirier <[email protected]>
Cc: Suzuki K Poulose <[email protected]>
Cc: Mike Leach <[email protected]>
Cc: Leo Yan <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: Rob Herring <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: Stephen Rothwell <[email protected]>
Cc: Bagas Sanjaya <[email protected]>
Signed-off-by: Vegard Nossum <[email protected]>
Reviewed-by: Bagas Sanjaya <[email protected]>
Signed-off-by: Suzuki K Poulose <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions