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: cec-ctl: free signal time -> signal free time
Author:  Hans Verkuil <hverkuil-ci...@xs4all.nl>
Date:    Thu Jul 1 07:59:21 2021 +0200

Use the same phrase as in the CEC specification.

Signed-off-by: Hans Verkuil <hverkuil-ci...@xs4all.nl>

 utils/cec-ctl/cec-pin.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=c4e0bd71a7f6a737a98f8eef86c417e61051240f
diff --git a/utils/cec-ctl/cec-pin.cpp b/utils/cec-ctl/cec-pin.cpp
index 905592ded0e3..f890d2a0a2fb 100644
--- a/utils/cec-ctl/cec-pin.cpp
+++ b/utils/cec-ctl/cec-pin.cpp
@@ -358,7 +358,7 @@ void log_event_pin(bool is_high, __u64 ev_ts, bool show)
                        verb_printf("1 -> 1 (%.2f ms)\n", delta);
                } else if (was_high && state == CEC_ST_IDLE) {
                        if (bit_periods > 1 && bit_periods < 10)
-                               verb_printf("1 -> 0 (was 1 for %.2f ms, free 
signal time = %.1f bit periods)\n",
+                               verb_printf("1 -> 0 (was 1 for %.2f ms, signal 
free time = %.1f bit periods)\n",
                                            delta, bit_periods);
                        else
                                verb_printf("1 -> 0 (was 1 for %.2f ms)\n", 
delta);
@@ -387,7 +387,7 @@ void log_event_pin(bool is_high, __u64 ev_ts, bool show)
                        verb_printf("0 -> 1\n");
                }
        } else if (!is_high && bit_periods > 1 && bit_periods < 10 && show) {
-               printf("%s: free signal time = %.1f bit periods\n",
+               printf("%s: signal free time = %.1f bit periods\n",
                       ts2s(ts).c_str(), bit_periods);
        }
        cec_pin_debug(ev_ts, (ev_ts - last_ts) / 1000, was_high, is_high, show);

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to