[Piglit] [PATCH v2] amd_performance_monitor: Fix multi-statement macro 'report'.

2013-05-07 Thread Vinson Lee
Fixes Nesting level does not match indentation defect reported by Coverity. Signed-off-by: Vinson Lee v...@freedesktop.org --- tests/spec/amd_performance_monitor/api.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/spec/amd_performance_monitor/api.c

Re: [Piglit] [PATCH v2] amd_performance_monitor: Fix multi-statement macro 'report'.

2013-05-07 Thread Brian Paul
On 05/07/2013 03:06 PM, Vinson Lee wrote: Fixes Nesting level does not match indentation defect reported by Coverity. Signed-off-by: Vinson Leev...@freedesktop.org --- tests/spec/amd_performance_monitor/api.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git

Re: [Piglit] [PATCH v2] amd_performance_monitor: Fix multi-statement macro 'report'.

2013-05-07 Thread Ian Romanick
On 05/07/2013 02:06 PM, Vinson Lee wrote: Fixes Nesting level does not match indentation defect reported by Coverity. Signed-off-by: Vinson Lee v...@freedesktop.org Reviewed-by: Ian Romanick ian.d.roman...@intel.com --- tests/spec/amd_performance_monitor/api.c | 6 -- 1 file changed,