[rtems-central commit] spec: Fix rtems_is_name_valid()
Sebastian Huber
sebh at rtems.org
Mon Jan 18 07:16:03 UTC 2021
Module: rtems-central
Branch: master
Commit: 7829bcdd46e35178d829cc6ba927357dfb6edfad
Changeset: http://git.rtems.org/rtems-central/commit/?id=7829bcdd46e35178d829cc6ba927357dfb6edfad
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Mon Jan 18 08:15:17 2021 +0100
spec: Fix rtems_is_name_valid()
---
spec/rtems/support/if/is-name-valid.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spec/rtems/support/if/is-name-valid.yml b/spec/rtems/support/if/is-name-valid.yml
index a87662b..aff5750 100644
--- a/spec/rtems/support/if/is-name-valid.yml
+++ b/spec/rtems/support/if/is-name-valid.yml
@@ -10,7 +10,7 @@ definition:
body: |
return ${.:/params[0]/name} != 0;
params:
- - ${../../status/if/code:/name} ${.:/params[0]/name}
+ - ${../../type/if/name:/name} ${.:/params[0]/name}
return: ${/c/if/bool:/name}
variants: []
description: null
More information about the vc
mailing list