[Piglit] [PATCH 1/3] cl: fix doxygen filename

EdB edb+piglit at sigluy.net
Mon Nov 10 06:24:59 PST 2014


---
 tests/cl/api/create-buffer.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/cl/api/create-buffer.c b/tests/cl/api/create-buffer.c
index b42dcba..1c4c4e9 100644
--- a/tests/cl/api/create-buffer.c
+++ b/tests/cl/api/create-buffer.c
@@ -22,7 +22,7 @@
  */
 
 /**
- * @file create-context.c
+ * @file create-buffer.c
  *
  * Test API function:
  *
@@ -270,7 +270,7 @@ piglit_cl_test(const int argc,
 	 */
 	for(mask = 1; mask < (1 << num_mem_flags); mask++) {
 		mixed_mem_flags = get_mixed_mem_flags(mask, mem_flags);
-		
+
 		/* only invalid mixes */
 		if(!mem_flags_valid(mixed_mem_flags, num_mutexes, mutexes)) {
 			sprintf(test_str,
-- 
1.9.3



More information about the Piglit mailing list