[rtems-central commit] spec: Fix format

Sebastian Huber sebh at rtems.org
Tue Sep 28 09:14:44 UTC 2021


Module:    rtems-central
Branch:    master
Commit:    94ce3d7e8db708b4fffd0efea3b92a4a1a95b9db
Changeset: http://git.rtems.org/rtems-central/commit/?id=94ce3d7e8db708b4fffd0efea3b92a4a1a95b9db

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Tue Sep 28 10:49:53 2021 +0200

spec: Fix format

---

 spec/rtems/clock/if/tick-later.yml             | 2 +-
 spec/rtems/dpmem/if/external-to-internal.yml   | 2 +-
 spec/rtems/dpmem/if/ident.yml                  | 2 +-
 spec/rtems/dpmem/if/internal-to-external.yml   | 2 +-
 spec/rtems/intr/if/server-handler-iterate.yml  | 2 +-
 spec/rtems/mp/if/minimum-hetero-conversion.yml | 4 ++--
 spec/rtems/support/if/workspace-allocate.yml   | 2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/spec/rtems/clock/if/tick-later.yml b/spec/rtems/clock/if/tick-later.yml
index 2efbcf2..445b475 100644
--- a/spec/rtems/clock/if/tick-later.yml
+++ b/spec/rtems/clock/if/tick-later.yml
@@ -33,7 +33,7 @@ links:
 name: rtems_clock_tick_later
 notes: null
 params:
-- description:
+- description: |
     is the delta value in clock ticks.
   dir: null
   name: delta
diff --git a/spec/rtems/dpmem/if/external-to-internal.yml b/spec/rtems/dpmem/if/external-to-internal.yml
index af88c2b..893350b 100644
--- a/spec/rtems/dpmem/if/external-to-internal.yml
+++ b/spec/rtems/dpmem/if/external-to-internal.yml
@@ -48,7 +48,7 @@ params:
   dir: null
   name: id
 - description: |
-     is the external address to convert.
+    is the external address to convert.
   dir: null
   name: external
 - description: |
diff --git a/spec/rtems/dpmem/if/ident.yml b/spec/rtems/dpmem/if/ident.yml
index e4d238f..8002957 100644
--- a/spec/rtems/dpmem/if/ident.yml
+++ b/spec/rtems/dpmem/if/ident.yml
@@ -40,7 +40,7 @@ notes: |
 
   The objects are searched from lowest to the highest index.  Only the local
   node is searched.
-  
+
   The port identifier is used with other dual-ported memory related directives
   to access the port.
 params:
diff --git a/spec/rtems/dpmem/if/internal-to-external.yml b/spec/rtems/dpmem/if/internal-to-external.yml
index 06b4744..20aef91 100644
--- a/spec/rtems/dpmem/if/internal-to-external.yml
+++ b/spec/rtems/dpmem/if/internal-to-external.yml
@@ -49,7 +49,7 @@ params:
   dir: null
   name: id
 - description: |
-     is the internal address to convert.
+    is the internal address to convert.
   dir: null
   name: internal
 - description: |
diff --git a/spec/rtems/intr/if/server-handler-iterate.yml b/spec/rtems/intr/if/server-handler-iterate.yml
index 4568d49..95dfac9 100644
--- a/spec/rtems/intr/if/server-handler-iterate.yml
+++ b/spec/rtems/intr/if/server-handler-iterate.yml
@@ -39,7 +39,7 @@ links:
 name: rtems_interrupt_server_handler_iterate
 notes: |
   The directive is intended for system information and diagnostics.
- 
+
   Never install or remove an interrupt handler within the visitor function.
   This may result in a deadlock.
 params:
diff --git a/spec/rtems/mp/if/minimum-hetero-conversion.yml b/spec/rtems/mp/if/minimum-hetero-conversion.yml
index 3397556..4806c56 100644
--- a/spec/rtems/mp/if/minimum-hetero-conversion.yml
+++ b/spec/rtems/mp/if/minimum-hetero-conversion.yml
@@ -1,7 +1,7 @@
 SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 brief: |
- This constant defines the count of ${/c/if/uint32_t:/name} numbers in a packet
- which must be converted to native format in a heterogeneous system.
+  This constant defines the count of ${/c/if/uint32_t:/name} numbers in a packet
+  which must be converted to native format in a heterogeneous system.
 copyrights:
 - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
 - Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
diff --git a/spec/rtems/support/if/workspace-allocate.yml b/spec/rtems/support/if/workspace-allocate.yml
index 134b026..2de3032 100644
--- a/spec/rtems/support/if/workspace-allocate.yml
+++ b/spec/rtems/support/if/workspace-allocate.yml
@@ -1,6 +1,6 @@
 SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
 brief: |
- Allocates a memory area from the RTEMS Workspace.
+  Allocates a memory area from the RTEMS Workspace.
 copyrights:
 - Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
 - Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)



More information about the vc mailing list