All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sam Ravnborg <sam@ravnborg.org>
To: Doug Anderson <dianders@chromium.org>
Cc: David Airlie <airlied@linux.ie>,
	dri-devel <dri-devel@lists.freedesktop.org>,
	Thierry Reding <thierry.reding@gmail.com>,
	LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] drm/panel-edp: Fix typo in kerneldoc comment (appers=>appears)
Date: Wed, 31 Aug 2022 22:08:37 +0200	[thread overview]
Message-ID: <Yw+/xRdODPBl26Eh@ravnborg.org> (raw)
In-Reply-To: <CAD=FV=WC0QUaZsHQHhc+TAV2JXT64rnxDh9OvskpVrZAXzfz=Q@mail.gmail.com>

Hi Douglas,

On Wed, Aug 31, 2022 at 08:03:11AM -0700, Doug Anderson wrote:
> Sam,
> 
> On Wed, Jul 20, 2022 at 4:23 PM Douglas Anderson <dianders@chromium.org> wrote:
> >
> > Ever since I got the spell-check working in my editor this one has
> > been bugging me. Fix it.
> >
> > Signed-off-by: Douglas Anderson <dianders@chromium.org>
> > ---
> >
> >  drivers/gpu/drm/panel/panel-edp.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/gpu/drm/panel/panel-edp.c b/drivers/gpu/drm/panel/panel-edp.c
> > index e6645d6e9b59..07a383dff548 100644
> > --- a/drivers/gpu/drm/panel/panel-edp.c
> > +++ b/drivers/gpu/drm/panel/panel-edp.c
> > @@ -53,7 +53,7 @@ struct panel_delay {
> >          * before the HPD signal is reliable. Ideally this is 0 but some panels,
> >          * board designs, or bad pulldown configs can cause a glitch here.
> >          *
> > -        * NOTE: on some old panel data this number appers to be much too big.
> > +        * NOTE: on some old panel data this number appears to be much too big.
> >          * Presumably some old panels simply didn't have HPD hooked up and put
> >          * the hpd_absent here because this field predates the
> >          * hpd_absent. While that works, it's non-ideal.
> 
> Maybe you'd be willing to give me an "Ack" for this stupid little
> patch so I can land it? ;-)
Certainly.
Acked-by: Sam Ravnborg <sam@ravnborg.org>

WARNING: multiple messages have this Message-ID (diff)
From: Sam Ravnborg <sam@ravnborg.org>
To: Doug Anderson <dianders@chromium.org>
Cc: Daniel Vetter <daniel@ffwll.ch>, David Airlie <airlied@linux.ie>,
	Thierry Reding <thierry.reding@gmail.com>,
	LKML <linux-kernel@vger.kernel.org>,
	dri-devel <dri-devel@lists.freedesktop.org>
Subject: Re: [PATCH] drm/panel-edp: Fix typo in kerneldoc comment (appers=>appears)
Date: Wed, 31 Aug 2022 22:08:37 +0200	[thread overview]
Message-ID: <Yw+/xRdODPBl26Eh@ravnborg.org> (raw)
In-Reply-To: <CAD=FV=WC0QUaZsHQHhc+TAV2JXT64rnxDh9OvskpVrZAXzfz=Q@mail.gmail.com>

Hi Douglas,

On Wed, Aug 31, 2022 at 08:03:11AM -0700, Doug Anderson wrote:
> Sam,
> 
> On Wed, Jul 20, 2022 at 4:23 PM Douglas Anderson <dianders@chromium.org> wrote:
> >
> > Ever since I got the spell-check working in my editor this one has
> > been bugging me. Fix it.
> >
> > Signed-off-by: Douglas Anderson <dianders@chromium.org>
> > ---
> >
> >  drivers/gpu/drm/panel/panel-edp.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/gpu/drm/panel/panel-edp.c b/drivers/gpu/drm/panel/panel-edp.c
> > index e6645d6e9b59..07a383dff548 100644
> > --- a/drivers/gpu/drm/panel/panel-edp.c
> > +++ b/drivers/gpu/drm/panel/panel-edp.c
> > @@ -53,7 +53,7 @@ struct panel_delay {
> >          * before the HPD signal is reliable. Ideally this is 0 but some panels,
> >          * board designs, or bad pulldown configs can cause a glitch here.
> >          *
> > -        * NOTE: on some old panel data this number appers to be much too big.
> > +        * NOTE: on some old panel data this number appears to be much too big.
> >          * Presumably some old panels simply didn't have HPD hooked up and put
> >          * the hpd_absent here because this field predates the
> >          * hpd_absent. While that works, it's non-ideal.
> 
> Maybe you'd be willing to give me an "Ack" for this stupid little
> patch so I can land it? ;-)
Certainly.
Acked-by: Sam Ravnborg <sam@ravnborg.org>

  reply	other threads:[~2022-08-31 20:08 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-20 23:23 [PATCH] drm/panel-edp: Fix typo in kerneldoc comment (appers=>appears) Douglas Anderson
2022-07-20 23:23 ` Douglas Anderson
2022-08-31 15:03 ` Doug Anderson
2022-08-31 15:03   ` Doug Anderson
2022-08-31 20:08   ` Sam Ravnborg [this message]
2022-08-31 20:08     ` Sam Ravnborg

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=Yw+/xRdODPBl26Eh@ravnborg.org \
    --to=sam@ravnborg.org \
    --cc=airlied@linux.ie \
    --cc=dianders@chromium.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=thierry.reding@gmail.com \
    /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.