dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Robert Foss <robert.foss@linaro.org>
To: Neil Armstrong <narmstrong@baylibre.com>
Cc: David Airlie <airlied@linux.ie>, Torsten Duwe <duwe@suse.de>,
	Randy Dunlap <rdunlap@infradead.org>,
	linux-kernel <linux-kernel@vger.kernel.org>,
	dri-devel <dri-devel@lists.freedesktop.org>,
	Vasily Khoruzhick <anarsoul@gmail.com>,
	Andrzej Hajda <a.hajda@samsung.com>,
	Maxime Ripard <maxime@cerno.tech>,
	Icenowy Zheng <icenowy@aosc.io>
Subject: Re: [PATCH] drm: bridge: add missing word in Analogix help text
Date: Wed, 28 Apr 2021 17:32:47 +0200	[thread overview]
Message-ID: <CAG3jFysLpG8Mp59A-OwgryzqCdk6YDreORtkKOZ0qBEPpufjrg@mail.gmail.com> (raw)
In-Reply-To: <ee194435-3e17-f5c4-d300-a74cc0f8988c@baylibre.com>


[-- Attachment #1.1: Type: text/plain, Size: 2796 bytes --]

Hah, this is a very relatable error for me.

Pushed to drm-misc-next.

https://cgit.freedesktop.org/drm/drm-misc/commit/?id=cacb5dc1d3efa6a9c768e3f447c78ac28af5c602

On Tue, 27 Apr 2021 at 16:18, Neil Armstrong <narmstrong@baylibre.com>
wrote:

> On 26/04/2021 10:59, Neil Armstrong wrote:
> > On 26/04/2021 09:42, Robert Foss wrote:
> >>
> >>
> >> On Mon, Apr 26, 2021, 09:15 Neil Armstrong <narmstrong@baylibre.com
> <mailto:narmstrong@baylibre.com>> wrote:
> >>
> >>
> >>
> >>     Le 24/04/2021 à 08:18, Randy Dunlap a écrit :
> >>     > Insert a missing word "power" in Kconfig help text.
> >>     >
> >>     > Fixes: 6aa192698089 ("drm/bridge: Add Analogix anx6345 support")
> >>     > Signed-off-by: Randy Dunlap <rdunlap@infradead.org <mailto:
> rdunlap@infradead.org>>
> >>     > Cc: Andrzej Hajda <a.hajda@samsung.com <mailto:
> a.hajda@samsung.com>>
> >>     > Cc: Neil Armstrong <narmstrong@baylibre.com <mailto:
> narmstrong@baylibre.com>>
> >>     > Cc: Robert Foss <robert.foss@linaro.org <mailto:
> robert.foss@linaro.org>>
> >>     > Cc: David Airlie <airlied@linux.ie <mailto:airlied@linux.ie>>
> >>     > Cc: Daniel Vetter <daniel@ffwll.ch <mailto:daniel@ffwll.ch>>
> >>     > Cc: dri-devel@lists.freedesktop.org <mailto:
> dri-devel@lists.freedesktop.org>
> >>     > Cc: Icenowy Zheng <icenowy@aosc.io <mailto:icenowy@aosc.io>>
> >>     > Cc: Vasily Khoruzhick <anarsoul@gmail.com <mailto:
> anarsoul@gmail.com>>
> >>     > Cc: Torsten Duwe <duwe@suse.de <mailto:duwe@suse.de>>
> >>     > Cc: Maxime Ripard <maxime@cerno.tech>
> >>     > ---
> >>     >  drivers/gpu/drm/bridge/analogix/Kconfig |    2 +-
> >>     >  1 file changed, 1 insertion(+), 1 deletion(-)
> >>     >
> >>     > ---
> linux-next-20210423.orig/drivers/gpu/drm/bridge/analogix/Kconfig
> >>     > +++ linux-next-20210423/drivers/gpu/drm/bridge/analogix/Kconfig
> >>     > @@ -6,7 +6,7 @@ config DRM_ANALOGIX_ANX6345
> >>     >       select DRM_KMS_HELPER
> >>     >       select REGMAP_I2C
> >>     >       help
> >>     > -       ANX6345 is an ultra-low Full-HD DisplayPort/eDP
> >>     > +       ANX6345 is an ultra-low power Full-HD DisplayPort/eDP
> >>     >         transmitter designed for portable devices. The
> >>     >         ANX6345 transforms the LVTTL RGB output of an
> >>     >         application processor to eDP or DisplayPort.
> >>     >
> >>
> >>     Reviewed-by: Neil Armstrong <narmstrongt@baylibre.com <mailto:
> narmstrongt@baylibre.com>>
> >>
> >>
> >> I think a typo in the email snuck in ;)
> >>
> >
> > Ah ah indeed !
> >
> > Reviewed-by: Neil Armstrong <narmstrongt@baylibre.com>
> >
> Wow, twice the same error... Monday was a bead day for me
>
> Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
>

[-- Attachment #1.2: Type: text/html, Size: 5465 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

      reply	other threads:[~2021-04-28 15:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-24  6:18 [PATCH] drm: bridge: add missing word in Analogix help text Randy Dunlap
2021-04-26  7:15 ` Neil Armstrong
2021-04-26  7:42   ` Robert Foss
2021-04-26  8:59     ` Neil Armstrong
2021-04-27 14:18       ` Neil Armstrong
2021-04-28 15:32         ` Robert Foss [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=CAG3jFysLpG8Mp59A-OwgryzqCdk6YDreORtkKOZ0qBEPpufjrg@mail.gmail.com \
    --to=robert.foss@linaro.org \
    --cc=a.hajda@samsung.com \
    --cc=airlied@linux.ie \
    --cc=anarsoul@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=duwe@suse.de \
    --cc=icenowy@aosc.io \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maxime@cerno.tech \
    --cc=narmstrong@baylibre.com \
    --cc=rdunlap@infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).