Re: [Mesa-dev] [PATCH 2/3] spirv: fix warn string typo

2017-01-20 Thread Jason Ekstrand
All three are Reviewed-by: Jason Ekstrand On Fri, Jan 20, 2017 at 8:38 AM, Lionel Landwerlin < lionel.g.landwer...@intel.com> wrote: > Signed-off-by: Lionel Landwerlin > --- > src/compiler/spirv/vtn_variables.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/compi

[Mesa-dev] [PATCH 2/3] spirv: fix warn string typo

2017-01-20 Thread Lionel Landwerlin
Signed-off-by: Lionel Landwerlin --- src/compiler/spirv/vtn_variables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/spirv/vtn_variables.c b/src/compiler/spirv/vtn_variables.c index 61a3701e43..a543a52dd0 100644 --- a/src/compiler/spirv/vtn_variables.c +++ b/s