diff options
| author | Yu Chuanyu <lucayu.alight@gmail.com> | 2026-06-18 21:45:25 +0800 |
|---|---|---|
| committer | Gabriele Monaco <gmonaco@redhat.com> | 2026-07-23 13:38:15 +0200 |
| commit | da245fae4041774bc467fc62fbbfc36a57442e4c (patch) | |
| tree | 17d60342c1519b21c5ab9d8bc532af7877fa785f | |
| parent | fc0663ec311296aa4eacabbcb513e44141fabdb9 (diff) | |
| download | linux-next-da245fae4041774bc467fc62fbbfc36a57442e4c.tar.gz linux-next-da245fae4041774bc467fc62fbbfc36a57442e4c.zip | |
rv: Update rvgen monitor synthesis documentation path
The rvgen source comments still refer to da_monitor_synthesis.rst, which
no longer exists. The documentation is now available in
monitor_synthesis.rst. Update both references to point to the current
file.
Signed-off-by: Yu Chuanyu <lucayu.alight@gmail.com>
Acked-by: Gabriele Monaco <gmonaco@redhat.com>
Link: https://lore.kernel.org/r/20260618-rvgen-doc-path-v1-1-9bcf0148417a@gmail.com
Signed-off-by: Gabriele Monaco <gmonaco@redhat.com>
| -rw-r--r-- | tools/verification/rvgen/__main__.py | 2 | ||||
| -rw-r--r-- | tools/verification/rvgen/rvgen/dot2k.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/verification/rvgen/__main__.py b/tools/verification/rvgen/__main__.py index 0915cf86e43b..019839ed9205 100644 --- a/tools/verification/rvgen/__main__.py +++ b/tools/verification/rvgen/__main__.py @@ -6,7 +6,7 @@ # dot2k: transform dot files into a monitor for the Linux kernel. # # For further information, see: -# Documentation/trace/rv/da_monitor_synthesis.rst +# Documentation/trace/rv/monitor_synthesis.rst if __name__ == '__main__': from rvgen.dot2k import da2k, ha2k diff --git a/tools/verification/rvgen/rvgen/dot2k.py b/tools/verification/rvgen/rvgen/dot2k.py index 4d39f229c970..787f81ef3b83 100644 --- a/tools/verification/rvgen/rvgen/dot2k.py +++ b/tools/verification/rvgen/rvgen/dot2k.py @@ -6,7 +6,7 @@ # dot2k: transform dot files into a monitor for the Linux kernel. # # For further information, see: -# Documentation/trace/rv/da_monitor_synthesis.rst +# Documentation/trace/rv/monitor_synthesis.rst from .dot2c import Dot2c from .generator import Monitor |
