Skip to content

Commit 5b5e28b

Browse files
author
Petr Vesely
committed
[UR] Fix yaml tabs
1 parent 68a62a6 commit 5b5e28b

File tree

10 files changed

+41
-41
lines changed

10 files changed

+41
-41
lines changed

scripts/core/context.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,13 @@ params:
163163
[out][optional] pointer to the actual size in bytes of the queried propName.
164164
returns:
165165
- $X_RESULT_ERROR_UNSUPPORTED_ENUMERATION:
166-
- "If `propName` is not supported by the adapter."
166+
- "If `propName` is not supported by the adapter."
167167
- $X_RESULT_ERROR_INVALID_SIZE:
168-
- "`propSize == 0 && pPropValue != NULL`"
169-
- "If `propSize` is less than the real number of bytes needed to return the info."
168+
- "`propSize == 0 && pPropValue != NULL`"
169+
- "If `propSize` is less than the real number of bytes needed to return the info."
170170
- $X_RESULT_ERROR_INVALID_NULL_POINTER:
171-
- "`propSize != 0 && pPropValue == NULL`"
172-
- "`pPropValue == NULL && pPropSizeRet == NULL`"
171+
- "`propSize != 0 && pPropValue == NULL`"
172+
- "`pPropValue == NULL && pPropSizeRet == NULL`"
173173
- $X_RESULT_ERROR_INVALID_CONTEXT
174174
- $X_RESULT_ERROR_OUT_OF_RESOURCES
175175
- $X_RESULT_ERROR_OUT_OF_HOST_MEMORY

scripts/core/device.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -418,11 +418,11 @@ returns:
418418
- $X_RESULT_ERROR_UNSUPPORTED_ENUMERATION:
419419
- "If `propName` is not supported by the adapter."
420420
- $X_RESULT_ERROR_INVALID_SIZE:
421-
- "`propSize == 0 && pPropValue != NULL`"
422-
- "If `propSize` is less than the real number of bytes needed to return the info."
421+
- "`propSize == 0 && pPropValue != NULL`"
422+
- "If `propSize` is less than the real number of bytes needed to return the info."
423423
- $X_RESULT_ERROR_INVALID_NULL_POINTER:
424-
- "`propSize != 0 && pPropValue == NULL`"
425-
- "`pPropValue == NULL && pPropSizeRet == NULL`"
424+
- "`propSize != 0 && pPropValue == NULL`"
425+
- "`pPropValue == NULL && pPropSizeRet == NULL`"
426426
- $X_RESULT_ERROR_INVALID_DEVICE
427427
- $X_RESULT_ERROR_OUT_OF_RESOURCES
428428
- $X_RESULT_ERROR_OUT_OF_HOST_MEMORY

scripts/core/event.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,11 @@ returns:
148148
- $X_RESULT_ERROR_UNSUPPORTED_ENUMERATION:
149149
- "If `propName` is not supported by the adapter."
150150
- $X_RESULT_ERROR_INVALID_SIZE:
151-
- "`propSize == 0 && pPropValue != NULL`"
152-
- "If `propSize` is less than the real number of bytes needed to return the info."
151+
- "`propSize == 0 && pPropValue != NULL`"
152+
- "If `propSize` is less than the real number of bytes needed to return the info."
153153
- $X_RESULT_ERROR_INVALID_NULL_POINTER:
154-
- "`propSize != 0 && pPropValue == NULL`"
155-
- "`pPropValue == NULL && pPropSizeRet == NULL`"
154+
- "`propSize != 0 && pPropValue == NULL`"
155+
- "`pPropValue == NULL && pPropSizeRet == NULL`"
156156
- $X_RESULT_ERROR_INVALID_EVENT
157157
- $X_RESULT_ERROR_OUT_OF_RESOURCES
158158
- $X_RESULT_ERROR_OUT_OF_HOST_MEMORY

scripts/core/kernel.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,11 @@ returns:
194194
- $X_RESULT_ERROR_UNSUPPORTED_ENUMERATION:
195195
- "If `propName` is not supported by the adapter."
196196
- $X_RESULT_ERROR_INVALID_SIZE:
197-
- "`propSize == 0 && pPropValue != NULL`"
198-
- "If `propSize` is less than the real number of bytes needed to return the info."
197+
- "`propSize == 0 && pPropValue != NULL`"
198+
- "If `propSize` is less than the real number of bytes needed to return the info."
199199
- $X_RESULT_ERROR_INVALID_NULL_POINTER:
200-
- "`propSize != 0 && pPropValue == NULL`"
201-
- "`pPropValue == NULL && pPropSizeRet == NULL`"
200+
- "`propSize != 0 && pPropValue == NULL`"
201+
- "`pPropValue == NULL && pPropSizeRet == NULL`"
202202
- $X_RESULT_ERROR_INVALID_KERNEL
203203
- $X_RESULT_ERROR_OUT_OF_RESOURCES
204204
- $X_RESULT_ERROR_OUT_OF_HOST_MEMORY

scripts/core/memory.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -536,11 +536,11 @@ returns:
536536
- $X_RESULT_ERROR_UNSUPPORTED_ENUMERATION:
537537
- "If `propName` is not supported by the adapter."
538538
- $X_RESULT_ERROR_INVALID_SIZE:
539-
- "`propSize == 0 && pPropValue != NULL`"
540-
- "If `propSize` is less than the real number of bytes needed to return the info."
539+
- "`propSize == 0 && pPropValue != NULL`"
540+
- "If `propSize` is less than the real number of bytes needed to return the info."
541541
- $X_RESULT_ERROR_INVALID_NULL_POINTER:
542-
- "`propSize != 0 && pPropValue == NULL`"
543-
- "`pPropValue == NULL && pPropSizeRet == NULL`"
542+
- "`propSize != 0 && pPropValue == NULL`"
543+
- "`pPropValue == NULL && pPropSizeRet == NULL`"
544544
- $X_RESULT_ERROR_INVALID_MEM_OBJECT
545545
- $X_RESULT_ERROR_OUT_OF_RESOURCES
546546
- $X_RESULT_ERROR_OUT_OF_HOST_MEMORY

scripts/core/platform.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ returns:
103103
- $X_RESULT_ERROR_UNSUPPORTED_ENUMERATION:
104104
- "If `propName` is not supported by the adapter."
105105
- $X_RESULT_ERROR_INVALID_SIZE:
106-
- "`propSize == 0 && pPropValue != NULL`"
107-
- "If `propSize` is less than the real number of bytes needed to return the info."
106+
- "`propSize == 0 && pPropValue != NULL`"
107+
- "If `propSize` is less than the real number of bytes needed to return the info."
108108
- $X_RESULT_ERROR_INVALID_NULL_POINTER:
109-
- "`propSize != 0 && pPropValue == NULL`"
110-
- "`pPropValue == NULL && pPropSizeRet == NULL`"
109+
- "`propSize != 0 && pPropValue == NULL`"
110+
- "`pPropValue == NULL && pPropSizeRet == NULL`"
111111
- $X_RESULT_ERROR_INVALID_PLATFORM
112112
- $X_RESULT_ERROR_OUT_OF_RESOURCES
113113
- $X_RESULT_ERROR_OUT_OF_HOST_MEMORY

scripts/core/program.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -361,11 +361,11 @@ returns:
361361
- $X_RESULT_ERROR_UNSUPPORTED_ENUMERATION:
362362
- "If `propName` is not supported by the adapter."
363363
- $X_RESULT_ERROR_INVALID_SIZE:
364-
- "`propSize == 0 && pPropValue != NULL`"
365-
- "If `propSize` is less than the real number of bytes needed to return the info."
364+
- "`propSize == 0 && pPropValue != NULL`"
365+
- "If `propSize` is less than the real number of bytes needed to return the info."
366366
- $X_RESULT_ERROR_INVALID_NULL_POINTER:
367-
- "`propSize != 0 && pPropValue == NULL`"
368-
- "`pPropValue == NULL && pPropSizeRet == NULL`"
367+
- "`propSize != 0 && pPropValue == NULL`"
368+
- "`pPropValue == NULL && pPropSizeRet == NULL`"
369369
- $X_RESULT_ERROR_INVALID_PROGRAM
370370
- $X_RESULT_ERROR_OUT_OF_RESOURCES
371371
- $X_RESULT_ERROR_OUT_OF_HOST_MEMORY

scripts/core/queue.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ returns:
8888
- $X_RESULT_ERROR_UNSUPPORTED_ENUMERATION:
8989
- "If `propName` is not supported by the adapter."
9090
- $X_RESULT_ERROR_INVALID_SIZE:
91-
- "`propSize == 0 && pPropValue != NULL`"
92-
- "If `propSize` is less than the real number of bytes needed to return the info."
91+
- "`propSize == 0 && pPropValue != NULL`"
92+
- "If `propSize` is less than the real number of bytes needed to return the info."
9393
- $X_RESULT_ERROR_INVALID_NULL_POINTER:
94-
- "`propSize != 0 && pPropValue == NULL`"
95-
- "`pPropValue == NULL && pPropSizeRet == NULL`"
94+
- "`propSize != 0 && pPropValue == NULL`"
95+
- "`pPropValue == NULL && pPropSizeRet == NULL`"
9696
- $X_RESULT_ERROR_INVALID_QUEUE
9797
- $X_RESULT_ERROR_OUT_OF_HOST_MEMORY
9898
- $X_RESULT_ERROR_OUT_OF_RESOURCES

scripts/core/sampler.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,11 @@ returns:
163163
- $X_RESULT_ERROR_UNSUPPORTED_ENUMERATION:
164164
- "If `propName` is not supported by the adapter."
165165
- $X_RESULT_ERROR_INVALID_SIZE:
166-
- "`propSize == 0 && pPropValue != NULL`"
167-
- "If `propSize` is less than the real number of bytes needed to return the info."
166+
- "`propSize == 0 && pPropValue != NULL`"
167+
- "If `propSize` is less than the real number of bytes needed to return the info."
168168
- $X_RESULT_ERROR_INVALID_NULL_POINTER:
169-
- "`propSize != 0 && pPropValue == NULL`"
170-
- "`pPropValue == NULL && pPropSizeRet == NULL`"
169+
- "`propSize != 0 && pPropValue == NULL`"
170+
- "`pPropValue == NULL && pPropSizeRet == NULL`"
171171
- $X_RESULT_ERROR_INVALID_SAMPLER
172172
- $X_RESULT_ERROR_OUT_OF_HOST_MEMORY
173173
- $X_RESULT_ERROR_OUT_OF_RESOURCES

scripts/core/usm.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -464,10 +464,10 @@ returns:
464464
- $X_RESULT_ERROR_UNSUPPORTED_ENUMERATION:
465465
- "If `propName` is not supported by the adapter."
466466
- $X_RESULT_ERROR_INVALID_SIZE:
467-
- "`propSize == 0 && pPropValue != NULL`"
468-
- "If `propSize` is less than the real number of bytes needed to return the info."
467+
- "`propSize == 0 && pPropValue != NULL`"
468+
- "If `propSize` is less than the real number of bytes needed to return the info."
469469
- $X_RESULT_ERROR_INVALID_NULL_POINTER:
470-
- "`propSize != 0 && pPropValue == NULL`"
471-
- "`pPropValue == NULL && pPropSizeRet == NULL`"
470+
- "`propSize != 0 && pPropValue == NULL`"
471+
- "`pPropValue == NULL && pPropSizeRet == NULL`"
472472
- $X_RESULT_ERROR_OUT_OF_HOST_MEMORY
473473
- $X_RESULT_ERROR_OUT_OF_RESOURCES

0 commit comments

Comments
 (0)