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-compliance: CEC_GET_VERSION -> GET_CEC_VERSION Author: Hans Verkuil <[email protected]> Date: Fri Dec 12 10:26:19 2025 +0100 Fix confusing typo in log message. Signed-off-by: Hans Verkuil <[email protected]> utils/cec-compliance/cec-test-adapter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=61b456862cf9c198f3c700246e6fe5e6123d07a0 diff --git a/utils/cec-compliance/cec-test-adapter.cpp b/utils/cec-compliance/cec-test-adapter.cpp index 23039c0696e6..1bc7d5e8f4d2 100644 --- a/utils/cec-compliance/cec-test-adapter.cpp +++ b/utils/cec-compliance/cec-test-adapter.cpp @@ -1378,7 +1378,7 @@ static int testLostMsgs(struct node *node) return fail("There were %d messages in the receive queue for %d transmits\n", pending_msgs, xfer_cnt); if (warn_msg) - warn("There were %d CEC_GET_VERSION transmits but only %d CEC_VERSION receives\n", + warn("There were %d GET_CEC_VERSION transmits but only %d CEC_VERSION receives\n", xfer_cnt, pending_rx_cec_version_msgs); // Final check if everything else is OK: check that only the oldest _______________________________________________ linuxtv-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
