Re: [Mesa-dev] [PATCH 2/2] etnaviv: blt: s/TRUE/true && s/FALSE/false

2019-05-24 Thread Christian Gmeiner
Hi Fabio, Am Fr., 24. Mai 2019 um 13:10 Uhr schrieb Fabio Estevam : > > Hi Christian, > > On Fri, May 24, 2019 at 7:52 AM Christian Gmeiner > wrote: > > > > Signed-off-by: Christian Gmeiner > > Maybe you could remove the '&& s/FALSE/false' from the Subject since > you are only replacing the

Re: [Mesa-dev] [PATCH 2/2] etnaviv: blt: s/TRUE/true && s/FALSE/false

2019-05-24 Thread Fabio Estevam
Hi Christian, On Fri, May 24, 2019 at 7:52 AM Christian Gmeiner wrote: > > Signed-off-by: Christian Gmeiner Maybe you could remove the '&& s/FALSE/false' from the Subject since you are only replacing the TRUE occurrences in this patch. ___ mesa-dev

[Mesa-dev] [PATCH 2/2] etnaviv: blt: s/TRUE/true && s/FALSE/false

2019-05-24 Thread Christian Gmeiner
Signed-off-by: Christian Gmeiner --- src/gallium/drivers/etnaviv/etnaviv_blt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/etnaviv/etnaviv_blt.c b/src/gallium/drivers/etnaviv/etnaviv_blt.c index 42190d75d4e..cb6e81999fc 100644 ---