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: msg2ctl.pl: add newline after log_msg
Author:  Hans Verkuil <hverkuil-ci...@xs4all.nl>
Date:    Wed Oct 2 09:52:26 2019 +0200

The generated log_msg and log_htng_msg functions didn't have
a newline in between the two functions which is a bit ugly.

Add this newline.

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

 utils/cec-ctl/msg2ctl.pl | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=6a0c7d8462f6b1bed0ef6d60f9d5d23d0768c0d0
diff --git a/utils/cec-ctl/msg2ctl.pl b/utils/cec-ctl/msg2ctl.pl
index d9ef38346c2b..4d2f94d11cac 100755
--- a/utils/cec-ctl/msg2ctl.pl
+++ b/utils/cec-ctl/msg2ctl.pl
@@ -508,8 +508,7 @@ status:
            (msg->rx_status && !(msg->rx_status & (CEC_RX_STATUS_OK | 
CEC_RX_STATUS_FEATURE_ABORT))))
                printf("\t%s\n", status2s(*msg).c_str());
 }
-EOF
-print <<'EOF';
+
 void log_htng_msg(const struct cec_msg *msg)
 {
        if ((msg->tx_status && !(msg->tx_status & CEC_TX_STATUS_OK)) ||

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

Reply via email to