Skip to content

Commit d130b68

Browse files
utsavm9kartben
authored andcommitted
portability: cmsis: Fix whitespace in KConfig help
Got messed up in #86599 Signed-off-by: Utsav Munendra <[email protected]>
1 parent 781011b commit d130b68

File tree

1 file changed

+8
-8
lines changed
  • subsys/portability/cmsis_rtos_v2

1 file changed

+8
-8
lines changed

subsys/portability/cmsis_rtos_v2/Kconfig

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ config CMSIS_V2_THREAD_MAX_COUNT
2121
range 0 $(UINT8_MAX)
2222
help
2323
Max number of threads in CMSIS RTOS V2 application that can be created with
24-
dynamically allocated control block.
24+
dynamically allocated control block.
2525

2626
config CMSIS_V2_THREAD_DYNAMIC_MAX_COUNT
2727
int "Maximum thread count in CMSIS RTOS V2 application with dynamic stack"
2828
default 0
2929
range 0 $(UINT8_MAX)
3030
help
3131
Max number of threads in CMSIS RTOS V2 application that can be created with
32-
dynamically allocated stack.
32+
dynamically allocated stack.
3333

3434
config CMSIS_V2_THREAD_MAX_STACK_SIZE
3535
int "Max stack size threads can be allocated in CMSIS RTOS V2 application"
@@ -51,31 +51,31 @@ config CMSIS_V2_TIMER_MAX_COUNT
5151
range 0 $(UINT8_MAX)
5252
help
5353
Mention maximum number of timers in CMSIS RTOS V2 compliant application that can
54-
be created with dynamically allocated control block.
54+
be created with dynamically allocated control block.
5555

5656
config CMSIS_V2_MUTEX_MAX_COUNT
5757
int "Maximum dynamically-allocated mutexes in CMSIS RTOS V2 application"
5858
default 5
5959
range 0 $(UINT8_MAX)
6060
help
6161
Mention max number of mutexes in CMSIS RTOS V2 compliant application that can
62-
be created with dynamically allocated control block.
62+
be created with dynamically allocated control block.
6363

6464
config CMSIS_V2_SEMAPHORE_MAX_COUNT
6565
int "Maximum dynamically-allocated semaphores in CMSIS RTOS V2 application"
6666
default 5
6767
range 0 $(UINT8_MAX)
6868
help
6969
Mention max number of semaphores in CMSIS RTOS V2 compliant application that can
70-
be created with dynamically allocated control block.
70+
be created with dynamically allocated control block.
7171

7272
config CMSIS_V2_MEM_SLAB_MAX_COUNT
7373
int "Maximum dynamically-allocated mempools in CMSIS RTOS V2 application"
7474
default 5
7575
range 0 $(UINT8_MAX)
7676
help
7777
Mention maximum number of memory slabs in CMSIS RTOS V2 compliant application that can
78-
be created with dynamically allocated control block.
78+
be created with dynamically allocated control block.
7979

8080
config CMSIS_V2_MEM_SLAB_MAX_DYNAMIC_SIZE
8181
int "Maximum dynamic mem slab/pool size in CMSIS RTOS V2 application"
@@ -89,7 +89,7 @@ config CMSIS_V2_MSGQ_MAX_COUNT
8989
range 0 $(UINT8_MAX)
9090
help
9191
Mention maximum number of message queues in CMSIS RTOS V2 compliant application that can
92-
be created with dynamically allocated control block.
92+
be created with dynamically allocated control block.
9393

9494
config CMSIS_V2_MSGQ_MAX_DYNAMIC_SIZE
9595
int "Maximum dynamic message queue size in CMSIS RTOS V2 application"
@@ -103,5 +103,5 @@ config CMSIS_V2_EVT_FLAGS_MAX_COUNT
103103
range 0 $(UINT8_MAX)
104104
help
105105
Mention maximum number of event flags in CMSIS RTOS V2 compliant application that can
106-
be created with dynamically allocated control block.
106+
be created with dynamically allocated control block.
107107
endif

0 commit comments

Comments
 (0)