Message ID | 20200707180414.10467-7-rdunlap@infradead.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Documentation: eliminate duplicated words | expand |
On Tue, Jul 07, 2020 at 11:04:00AM -0700, Randy Dunlap wrote: > Drop the doubled word "and". > > Signed-off-by: Randy Dunlap <rdunlap@infradead.org> > Cc: Jonathan Corbet <corbet@lwn.net> > Cc: linux-doc@vger.kernel.org > Cc: James (Qian) Wang <james.qian.wang@arm.com> > Cc: Liviu Dudau <liviu.dudau@arm.com> > Cc: Mihail Atanassov <mihail.atanassov@arm.com> > Cc: Mali DP Maintainers <malidp@foss.arm.com> > --- > Documentation/gpu/komeda-kms.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- linux-next-20200701.orig/Documentation/gpu/komeda-kms.rst > +++ linux-next-20200701/Documentation/gpu/komeda-kms.rst > @@ -41,7 +41,7 @@ Compositor blends multiple layers or pix > frame. its output frame can be fed into post image processor for showing it on > the monitor or fed into wb_layer and written to memory at the same time. > user can also insert a scaler between compositor and wb_layer to down scale > -the display frame first and and then write to memory. > +the display frame first and then write to memory. > Thank you Randy Reviewed-by: James Qian Wang <james.qian.wang@arm.com> > Writeback Layer (wb_layer) > --------------------------
This and next patch merged to drm-misc-next, thanks. On Wed, Jul 08, 2020 at 01:08:21PM +0800, james qian wang (Arm Technology China) wrote: > Hi Randy > > On Tue, Jul 07, 2020 at 11:04:00AM -0700, Randy Dunlap wrote: > > Drop the doubled word "and". > > > > Signed-off-by: Randy Dunlap <rdunlap@infradead.org> > > Cc: Jonathan Corbet <corbet@lwn.net> > > Cc: linux-doc@vger.kernel.org > > Cc: James (Qian) Wang <james.qian.wang@arm.com> > > Cc: Liviu Dudau <liviu.dudau@arm.com> > > Cc: Mihail Atanassov <mihail.atanassov@arm.com> > > Cc: Mali DP Maintainers <malidp@foss.arm.com> > > --- > > Documentation/gpu/komeda-kms.rst | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > --- linux-next-20200701.orig/Documentation/gpu/komeda-kms.rst > > +++ linux-next-20200701/Documentation/gpu/komeda-kms.rst > > @@ -41,7 +41,7 @@ Compositor blends multiple layers or pix > > frame. its output frame can be fed into post image processor for showing it on > > the monitor or fed into wb_layer and written to memory at the same time. > > user can also insert a scaler between compositor and wb_layer to down scale > > -the display frame first and and then write to memory. > > +the display frame first and then write to memory. > > Thank you for the patch. > > Reviewed-by: James Qian Wang <james.qian.wang@arm.com> James, for simple patches like this just go ahead and merge them. You're the maintainer for this, just slapping an r-b onto a patch and no indiciation whether you will pick it up only confuses people and increases the risk that patches get lost. So either pick up right away, or state clearly that you will pick it up later, or that you expect someone else to merge this. Thanks, Daniel > > > Writeback Layer (wb_layer) > > --------------------------
On Tue, Jul 14, 2020 at 12:10:05PM +0200, Daniel Vetter wrote: > This and next patch merged to drm-misc-next, thanks. Oops strike this, I just noticed that Jon said he's picked it all up. Oh well, the confusion, I managed to stop the script before it published anything at least :-) -Daniel > > On Wed, Jul 08, 2020 at 01:08:21PM +0800, james qian wang (Arm Technology China) wrote: > > Hi Randy > > > > On Tue, Jul 07, 2020 at 11:04:00AM -0700, Randy Dunlap wrote: > > > Drop the doubled word "and". > > > > > > Signed-off-by: Randy Dunlap <rdunlap@infradead.org> > > > Cc: Jonathan Corbet <corbet@lwn.net> > > > Cc: linux-doc@vger.kernel.org > > > Cc: James (Qian) Wang <james.qian.wang@arm.com> > > > Cc: Liviu Dudau <liviu.dudau@arm.com> > > > Cc: Mihail Atanassov <mihail.atanassov@arm.com> > > > Cc: Mali DP Maintainers <malidp@foss.arm.com> > > > --- > > > Documentation/gpu/komeda-kms.rst | 2 +- > > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > > > --- linux-next-20200701.orig/Documentation/gpu/komeda-kms.rst > > > +++ linux-next-20200701/Documentation/gpu/komeda-kms.rst > > > @@ -41,7 +41,7 @@ Compositor blends multiple layers or pix > > > frame. its output frame can be fed into post image processor for showing it on > > > the monitor or fed into wb_layer and written to memory at the same time. > > > user can also insert a scaler between compositor and wb_layer to down scale > > > -the display frame first and and then write to memory. > > > +the display frame first and then write to memory. > > > > Thank you for the patch. > > > > Reviewed-by: James Qian Wang <james.qian.wang@arm.com> > > James, for simple patches like this just go ahead and merge them. You're > the maintainer for this, just slapping an r-b onto a patch and no > indiciation whether you will pick it up only confuses people and increases > the risk that patches get lost. > > So either pick up right away, or state clearly that you will pick it up > later, or that you expect someone else to merge this. > > Thanks, Daniel > > > > > Writeback Layer (wb_layer) > > > -------------------------- > > -- > Daniel Vetter > Software Engineer, Intel Corporation > http://blog.ffwll.ch
--- linux-next-20200701.orig/Documentation/gpu/komeda-kms.rst +++ linux-next-20200701/Documentation/gpu/komeda-kms.rst @@ -41,7 +41,7 @@ Compositor blends multiple layers or pix frame. its output frame can be fed into post image processor for showing it on the monitor or fed into wb_layer and written to memory at the same time. user can also insert a scaler between compositor and wb_layer to down scale -the display frame first and and then write to memory. +the display frame first and then write to memory. Writeback Layer (wb_layer) --------------------------
Drop the doubled word "and". Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Jonathan Corbet <corbet@lwn.net> Cc: linux-doc@vger.kernel.org Cc: James (Qian) Wang <james.qian.wang@arm.com> Cc: Liviu Dudau <liviu.dudau@arm.com> Cc: Mihail Atanassov <mihail.atanassov@arm.com> Cc: Mali DP Maintainers <malidp@foss.arm.com> --- Documentation/gpu/komeda-kms.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)