All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@linux.intel.com>
To: Adam Jackson <ajax@redhat.com>, intel-gfx@lists.freedesktop.org
Subject: Re: [PATCH i-g-t] intel_vbt_decode: Typo fixes
Date: Fri, 19 Jan 2018 10:48:19 +0200	[thread overview]
Message-ID: <87mv1az12k.fsf@intel.com> (raw)
In-Reply-To: <20171215195936.28356-1-ajax@redhat.com>

On Fri, 15 Dec 2017, Adam Jackson <ajax@redhat.com> wrote:
> Signed-off-by: Adam Jackson <ajax@redhat.com>

Finally pushed, thanks for the patch.

BR,
Jani.

> ---
>  tools/intel_vbt_decode.c | 4 ++--
>  tools/intel_vbt_defs.h   | 6 +++---
>  2 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/tools/intel_vbt_decode.c b/tools/intel_vbt_decode.c
> index 9d90c69d..ce7da2c0 100644
> --- a/tools/intel_vbt_decode.c
> +++ b/tools/intel_vbt_decode.c
> @@ -309,8 +309,8 @@ static const struct {
>  	{ DEVICE_TYPE_COMPOSITE_OUTPUT, "Composite output" },
>  	{ DEVICE_TYPE_DUAL_CHANNEL, "Dual channel" },
>  	{ 1 << 7, "Content protection" },
> -	{ DEVICE_TYPE_HIGH_SPEED_LINK, "High speel link" },
> -	{ DEVICE_TYPE_LVDS_SINGALING, "LVDS signaling" },
> +	{ DEVICE_TYPE_HIGH_SPEED_LINK, "High speed link" },
> +	{ DEVICE_TYPE_LVDS_SIGNALING, "LVDS signaling" },
>  	{ DEVICE_TYPE_TMDS_DVI_SIGNALING, "TMDS/DVI signaling" },
>  	{ DEVICE_TYPE_VIDEO_SIGNALING, "Video signaling" },
>  	{ DEVICE_TYPE_DISPLAYPORT_OUTPUT, "DisplayPort output" },
> diff --git a/tools/intel_vbt_defs.h b/tools/intel_vbt_defs.h
> index 404569c9..e388f9ad 100644
> --- a/tools/intel_vbt_defs.h
> +++ b/tools/intel_vbt_defs.h
> @@ -227,7 +227,7 @@ struct bdb_general_features {
>  #define DEVICE_TYPE_COMPOSITE_OUTPUT	(1 << 9)
>  #define DEVICE_TYPE_DUAL_CHANNEL	(1 << 8)
>  #define DEVICE_TYPE_HIGH_SPEED_LINK	(1 << 6)
> -#define DEVICE_TYPE_LVDS_SINGALING	(1 << 5)
> +#define DEVICE_TYPE_LVDS_SIGNALING	(1 << 5)
>  #define DEVICE_TYPE_TMDS_DVI_SIGNALING	(1 << 4)
>  #define DEVICE_TYPE_VIDEO_SIGNALING	(1 << 3)
>  #define DEVICE_TYPE_DISPLAYPORT_OUTPUT	(1 << 2)
> @@ -243,7 +243,7 @@ struct bdb_general_features {
>  	 DEVICE_TYPE_MIPI_OUTPUT |		\
>  	 DEVICE_TYPE_COMPOSITE_OUTPUT |		\
>  	 DEVICE_TYPE_DUAL_CHANNEL |		\
> -	 DEVICE_TYPE_LVDS_SINGALING |		\
> +	 DEVICE_TYPE_LVDS_SIGNALING |		\
>  	 DEVICE_TYPE_TMDS_DVI_SIGNALING |	\
>  	 DEVICE_TYPE_VIDEO_SIGNALING |		\
>  	 DEVICE_TYPE_DISPLAYPORT_OUTPUT |	\
> @@ -253,7 +253,7 @@ struct bdb_general_features {
>  	(DEVICE_TYPE_INTERNAL_CONNECTOR |	\
>  	 DEVICE_TYPE_MIPI_OUTPUT |		\
>  	 DEVICE_TYPE_COMPOSITE_OUTPUT |		\
> -	 DEVICE_TYPE_LVDS_SINGALING |		\
> +	 DEVICE_TYPE_LVDS_SIGNALING |		\
>  	 DEVICE_TYPE_TMDS_DVI_SIGNALING |	\
>  	 DEVICE_TYPE_VIDEO_SIGNALING |		\
>  	 DEVICE_TYPE_DISPLAYPORT_OUTPUT |	\

-- 
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

      parent reply	other threads:[~2018-01-19  8:43 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-15 19:59 [PATCH i-g-t] intel_vbt_decode: Typo fixes Adam Jackson
2017-12-15 20:55 ` Chris Wilson
2017-12-18 11:50 ` Arkadiusz Hiler
2017-12-18 13:31 ` ✗ Fi.CI.BAT: warning for " Patchwork
2017-12-18 14:22 ` ✗ Fi.CI.BAT: failure " Patchwork
2017-12-19 14:51 ` [PATCH i-g-t] " Jani Nikula
2018-01-19  8:48 ` Jani Nikula [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=87mv1az12k.fsf@intel.com \
    --to=jani.nikula@linux.intel.com \
    --cc=ajax@redhat.com \
    --cc=intel-gfx@lists.freedesktop.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.