[rtems commit] validation: Fix formatting

Sebastian Huber sebh at rtems.org
Fri May 19 05:55:31 UTC 2023


Module:    rtems
Branch:    master
Commit:    64fdb089003c3ab3713c713a70b0832c41afb8f8
Changeset: http://git.rtems.org/rtems/commit/?id=64fdb089003c3ab3713c713a70b0832c41afb8f8

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon May  8 16:41:22 2023 +0200

validation: Fix formatting

Update #3716.

---

 testsuites/validation/tc-options.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testsuites/validation/tc-options.c b/testsuites/validation/tc-options.c
index 74d0b12e1f..67f9bd25fb 100644
--- a/testsuites/validation/tc-options.c
+++ b/testsuites/validation/tc-options.c
@@ -88,7 +88,7 @@
  *
  * - Check the value of RTEMS_DEFAULT_OPTIONS.
  *
- *   - Check RTEMS_DEFAULT_OPTIONS equals ``RTEMS_WAIT``.
+ *   - Check RTEMS_DEFAULT_OPTIONS equals RTEMS_WAIT.
  *
  * @{
  */
@@ -181,7 +181,7 @@ static void RtemsOptionValOptions_Action_3( void )
   /* No action */
 
   /*
-   * Check RTEMS_DEFAULT_OPTIONS equals ``RTEMS_WAIT``.
+   * Check RTEMS_DEFAULT_OPTIONS equals RTEMS_WAIT.
    */
   T_step_eq_int( 6, RTEMS_DEFAULT_OPTIONS, RTEMS_WAIT );
 }



More information about the vc mailing list