public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/panel-edp: Fix typo in kerneldoc comment (appers=>appears)
@ 2022-07-20 23:23 Douglas Anderson
  2022-08-31 15:03 ` Doug Anderson
  0 siblings, 1 reply; 3+ messages in thread
From: Douglas Anderson @ 2022-07-20 23:23 UTC (permalink / raw)
  To: dri-devel
  Cc: Douglas Anderson, Daniel Vetter, David Airlie, Sam Ravnborg,
	Thierry Reding, linux-kernel

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.
-- 
2.37.0.170.g444d1eabd0-goog


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] drm/panel-edp: Fix typo in kerneldoc comment (appers=>appears)
  2022-07-20 23:23 [PATCH] drm/panel-edp: Fix typo in kerneldoc comment (appers=>appears) Douglas Anderson
@ 2022-08-31 15:03 ` Doug Anderson
  2022-08-31 20:08   ` Sam Ravnborg
  0 siblings, 1 reply; 3+ messages in thread
From: Doug Anderson @ 2022-08-31 15:03 UTC (permalink / raw)
  To: Sam Ravnborg; +Cc: Daniel Vetter, David Airlie, Thierry Reding, LKML, dri-devel

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? ;-)

-Doug

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] drm/panel-edp: Fix typo in kerneldoc comment (appers=>appears)
  2022-08-31 15:03 ` Doug Anderson
@ 2022-08-31 20:08   ` Sam Ravnborg
  0 siblings, 0 replies; 3+ messages in thread
From: Sam Ravnborg @ 2022-08-31 20:08 UTC (permalink / raw)
  To: Doug Anderson
  Cc: Daniel Vetter, David Airlie, Thierry Reding, LKML, dri-devel

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>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-08-31 20:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-20 23:23 [PATCH] drm/panel-edp: Fix typo in kerneldoc comment (appers=>appears) Douglas Anderson
2022-08-31 15:03 ` Doug Anderson
2022-08-31 20:08   ` Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox