This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:

Subject: v4l2-tracer: fix out of date comment
Author:  Hans Verkuil <[email protected]>
Date:    Fri Sep 26 09:41:25 2025 +0200

The comment describing where to find the libv4l2tracer library was
out of date. Fix this.

Signed-off-by: Hans Verkuil <[email protected]>

 utils/v4l2-tracer/v4l2-tracer.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=88cd4a22353c1aaa99d782e1118a9aa22e579efc
diff --git a/utils/v4l2-tracer/v4l2-tracer.cpp 
b/utils/v4l2-tracer/v4l2-tracer.cpp
index d9e4561c77e4..e1ae4d0f25a5 100644
--- a/utils/v4l2-tracer/v4l2-tracer.cpp
+++ b/utils/v4l2-tracer/v4l2-tracer.cpp
@@ -298,8 +298,8 @@ int tracer(int argc, char *argv[], bool retrace)
        /*
         * Preload the libv4l2tracer library. The tracer is looked up using 
following order:
         * 1. Check if LD_PRELOAD is already set, in which case just honor it
-        * 2. Check V4L2_TRACER_PATH env is set (meson devenv / uninstalled)
-        * 3. Check in the prefix/libdir path for an installed tracer.
+        * 2. Check V4L2_TRACER env is set (meson devenv / uninstalled)
+        * 3. Check in LIBTRACER_PATH for an installed tracer.
         */
        std::string libv4l2tracer_path;
        if (getenv("LD_PRELOAD"))

Reply via email to