Skip to content

Commit ea922c6

Browse files
committed
fixing parse errors in yml file.
Signed-off-by: B.G,Pradeep <[email protected]>
1 parent c582134 commit ea922c6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

scripts/core/kernelBinary.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ details:
2929
- "The application may call this function from simultaneous threads."
3030
- "The implementation of this function must be thread-safe."
3131
params:
32-
- type: "$x_kernel_handle_t"
32+
- type: $x_kernel_handle_t
3333
name: hKernel
34-
desc: "[in] Kernel handle"
35-
- type: "size_t*"
34+
desc: "[in] Kernel handle."
35+
- type: size_t*
3636
name: pSize
37-
desc: "[in, out] pointer to variable with size of GEN ISA binary"
38-
- type: "char*"
37+
desc: "[in, out] pointer to variable with size of GEN ISA binary."
38+
- type: uint8_t*
3939
name: pKernelBinary
40-
desc: [in,out] pointer to storage area for GEN ISA binary function
40+
desc: "[in,out] pointer to storage area for GEN ISA binary function."

0 commit comments

Comments
 (0)