Message ID | 20181204155146.9726-5-kieran.bingham@ideasonboard.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Kieran Bingham |
Headers | show |
Series | Reset controls and unloved patches | expand |
Hi Kieran, Thank you for the patch. On Tue, Dec 04, 2018 at 03:51:43PM +0000, Kieran Bingham wrote: > Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > --- > scripts/vsp-lib.sh | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/scripts/vsp-lib.sh b/scripts/vsp-lib.sh > index 56969606382f..cf15a045ea8c 100755 > --- a/scripts/vsp-lib.sh > +++ b/scripts/vsp-lib.sh > @@ -95,7 +95,7 @@ vsp1_set_control() { > } > > # ----------------------------------------------------------------------------- > -# Referance frame generation > +# Reference frame generation > # > > reference_frame() {
Hi Laurent, On 17/02/2019 02:42, Laurent Pinchart wrote: > Hi Kieran, > > Thank you for the patch. > > On Tue, Dec 04, 2018 at 03:51:43PM +0000, Kieran Bingham wrote: >> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> > > Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> > Thanks, This has no dependency on the rest of the series. Feel free to apply early if you wish. -- Kieran >> --- >> scripts/vsp-lib.sh | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/scripts/vsp-lib.sh b/scripts/vsp-lib.sh >> index 56969606382f..cf15a045ea8c 100755 >> --- a/scripts/vsp-lib.sh >> +++ b/scripts/vsp-lib.sh >> @@ -95,7 +95,7 @@ vsp1_set_control() { >> } >> >> # ----------------------------------------------------------------------------- >> -# Referance frame generation >> +# Reference frame generation >> # >> >> reference_frame() { >
diff --git a/scripts/vsp-lib.sh b/scripts/vsp-lib.sh index 56969606382f..cf15a045ea8c 100755 --- a/scripts/vsp-lib.sh +++ b/scripts/vsp-lib.sh @@ -95,7 +95,7 @@ vsp1_set_control() { } # ----------------------------------------------------------------------------- -# Referance frame generation +# Reference frame generation # reference_frame() {
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com> --- scripts/vsp-lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)