All of lore.kernel.org
 help / color / mirror / Atom feed
From: joevt <joevt@shaw.ca>
To: Hans Verkuil <hverkuil@xs4all.nl>
Cc: linux-media@vger.kernel.org
Subject: [PATCH 5/5] edid-decode: add missing space
Date: Wed,  4 Dec 2019 23:34:14 -0800	[thread overview]
Message-ID: <20191205073414.53672-5-joevt@shaw.ca> (raw)
In-Reply-To: <20191205073414.53672-1-joevt@shaw.ca>

Space character was missing from error message.

Signed-off-by: Joe van Tunen <joevt@shaw.ca>
---
 parse-cta-block.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parse-cta-block.cpp b/parse-cta-block.cpp
index e52822a..5c1a679 100644
--- a/parse-cta-block.cpp
+++ b/parse-cta-block.cpp
@@ -1480,7 +1480,7 @@ void edid_state::parse_cta_block(const unsigned char *x)
 		fail("Both the serial number and the serial string are set\n");
 	if (!has_cta861_vic_1 && !has_640x480p60_est_timing)
 		fail("Required 640x480p60 timings are missing in the established timings"
-		     "and the SVD list (VIC 1)\n");
+		     " and the SVD list (VIC 1)\n");
 	if ((supported_hdmi_vic_vsb_codes & supported_hdmi_vic_codes) !=
 	    supported_hdmi_vic_codes)
 		fail("HDMI VIC Codes must have their CTA-861 VIC equivalents in the VSB\n");
-- 
2.21.0 (Apple Git-122.2)


      parent reply	other threads:[~2019-12-05  7:34 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-05  7:34 [PATCH 1/5] edid-decode: DisplayID additions joevt
2019-12-05  7:34 ` [PATCH 2/5] edid-decode: Change horizontal frequency to kHz joevt
2019-12-05  7:34 ` [PATCH 3/5] edid-decode: more back/front porch switching joevt
2019-12-05  7:34 ` [PATCH 4/5] edid-decode: CTA extension block cleanup joevt
2019-12-05  9:38   ` Hans Verkuil
2019-12-05 13:52     ` Joe van Tunen
2020-01-15 11:52       ` Hans Verkuil
2019-12-05  7:34 ` joevt [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191205073414.53672-5-joevt@shaw.ca \
    --to=joevt@shaw.ca \
    --cc=hverkuil@xs4all.nl \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.