rtems: Use single '`' for code phrases

These files are generated from specification items.  Use Markdown
format.
This commit is contained in:
Sebastian Huber
2025-08-28 14:08:40 +02:00
committed by Gedare Bloom
parent 33e3b09c16
commit 79ca48adcc
41 changed files with 376 additions and 386 deletions

View File

@@ -308,7 +308,7 @@ static void RtemsIntrReqGetAffinity_Pre_CPUSetSize_Prepare(
case RtemsIntrReqGetAffinity_Pre_CPUSetSize_Valid: {
/*
* While the ``affinity_size`` parameter is an integral multiple of the
* size of ``long``, while the ``affinity_size`` parameter specifies a
* size of `long`, while the ``affinity_size`` parameter specifies a
* processor set which is large enough to contain the processor affinity
* set of the interrupt specified by ``vector``.
*/
@@ -319,7 +319,7 @@ static void RtemsIntrReqGetAffinity_Pre_CPUSetSize_Prepare(
case RtemsIntrReqGetAffinity_Pre_CPUSetSize_TooSmall: {
/*
* While the ``affinity_size`` parameter is an integral multiple of the
* size of ``long``, while the ``affinity_size`` parameter specifies a
* size of `long`, while the ``affinity_size`` parameter specifies a
* processor set which is not large enough to contain the processor
* affinity set of the interrupt specified by ``vector``.
*/
@@ -330,7 +330,7 @@ static void RtemsIntrReqGetAffinity_Pre_CPUSetSize_Prepare(
case RtemsIntrReqGetAffinity_Pre_CPUSetSize_Askew: {
/*
* While the ``affinity_size`` parameter is not an integral multiple of
* the size of ``long``.
* the size of `long`.
*/
ctx->cpusetsize = SIZE_MAX;
break;