[PATCH 09/10] validation: Fix formatting

Sebastian Huber sebastian.huber at embedded-brains.de
Mon May 8 20:12:00 UTC 2023


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;
-- 
2.35.3



More information about the devel mailing list