From 403faa575738a7f92267b2ca2ee56cd1b9373078 Mon Sep 17 00:00:00 2001 From: Shubham Sharma Date: Tue, 30 Dec 2025 13:23:37 +0530 Subject: [PATCH] rv: Fix documentation reference in da_monitor.h Update documentation reference to reflect the file rename. Monitor synthesis documentation was renamed in commit f40a7c060207 ("Documentation/rv: Prepare monitor synthesis document for LTL inclusion") from da_monitor_synthesis.rst to monitor_synthesis.rst. Signed-off-by: Shubham Sharma Reviewed-by: Gabriele Monaco Link: https://lore.kernel.org/r/20251230075337.11993-1-slopixelz@gmail.com Signed-off-by: Gabriele Monaco --- include/rv/da_monitor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rv/da_monitor.h b/include/rv/da_monitor.h index 7b28ef9f73bdf..db11d41bb438b 100644 --- a/include/rv/da_monitor.h +++ b/include/rv/da_monitor.h @@ -8,7 +8,7 @@ * The dot2k tool is available at tools/verification/dot2k/ * * For further information, see: - * Documentation/trace/rv/da_monitor_synthesis.rst + * Documentation/trace/rv/monitor_synthesis.rst */ #ifndef _RV_DA_MONITOR_H -- 2.47.3