[rtems commit] validation: Fix formatting

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


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

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

validation: Fix formatting

Update #3716.

---

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

diff --git a/testsuites/validation/tc-clock-nanosleep.c b/testsuites/validation/tc-clock-nanosleep.c
index 66fce762dd..9696733651 100644
--- a/testsuites/validation/tc-clock-nanosleep.c
+++ b/testsuites/validation/tc-clock-nanosleep.c
@@ -430,7 +430,7 @@ static void CReqClockNanosleep_Pre_RQTp_Prepare(
 
     case CReqClockNanosleep_Pre_RQTp_Null: {
       /*
-       * While the ``rqtp parameter is equal to NULL.
+       * While the ``rqtp`` parameter is equal to NULL.
        */
       ctx->rqtp = NULL;
       break;
@@ -543,7 +543,7 @@ static void CReqClockNanosleep_Pre_RMTp_Prepare(
 
     case CReqClockNanosleep_Pre_RMTp_Null: {
       /*
-       * While the ``rmtp parameter is equal to NULL.
+       * While the ``rmtp`` parameter is equal to NULL.
        */
       ctx->rmtp = NULL;
       break;



More information about the vc mailing list