[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <c0eb61bee95906c1aef3631dcd95388957a229c7.camel@perches.com>
Date: Tue, 23 Mar 2021 21:43:14 -0700
From: Joe Perches <joe@...ches.com>
To: Randy Dunlap <rdunlap@...radead.org>,
Bhaskar Chowdhury <unixbhaskar@...il.com>,
dri-devel@...ts.freedesktop.org, linux-fbdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] video: mmp: Few typo fixes
On Mon, 2021-03-22 at 12:36 -0700, Randy Dunlap wrote:
> On 3/22/21 6:02 AM, Bhaskar Chowdhury wrote:
> >
> > s/configed/configured/
> > s/registed/registered/
> > s/defintions/definitions/
> >
> > Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
>
> Acked-by: Randy Dunlap <rdunlap@...radead.org>
[]
> > diff --git a/include/video/mmp_disp.h b/include/video/mmp_disp.h
> > index 77252cb46361..ea8b4331b7a1 100644
> > --- a/include/video/mmp_disp.h
> > +++ b/include/video/mmp_disp.h
> > @@ -172,7 +172,7 @@ struct mmp_panel {
> > /* use node to register to list */
> > struct list_head node;
> > const char *name;
> > - /* path name used to connect to proper path configed */
> > + /* path name used to connect to proper path configured */
The spelling is now correct, but the word order doesn't make much sense.
> > @@ -291,7 +291,7 @@ static inline int mmp_overlay_set_addr(struct mmp_overlay *overlay,
> > * it defined a common interface that plat driver need to implement
> > */
> > struct mmp_path_info {
> > - /* driver data, set when registed*/
> > + /* driver data, set when registered*/
should have a space before */
Powered by blists - more mailing lists