This is an automated email from the ASF dual-hosted git repository.

lupyuen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit 68593448d70e14e89556f83b263fca5b5eb91bc4
Author: simbit18 <[email protected]>
AuthorDate: Wed Mar 11 16:38:33 2026 +0100

    mm: Fix Kconfig style
    
    - Remove spaces from Kconfig
    
    - Add TABs
    
    Signed-off-by: simbit18 <[email protected]>
---
 mm/Kconfig | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/mm/Kconfig b/mm/Kconfig
index 6aa7a648031..aebba1d0130 100644
--- a/mm/Kconfig
+++ b/mm/Kconfig
@@ -195,14 +195,14 @@ config MM_HEAP_MEMPOOL_THRESHOLD
 if MM_HEAP_MEMPOOL_THRESHOLD > 0
 
 config MM_HEAP_MEMPOOL_WAIT_RELEASE
-    bool "If wait for other tasks to release memory"
-    default n
-    ---help---
-        If the macro is set to true, when the memory pool fails to allocate
-        available memory, the current task will block and wait for other tasks
-        to release memory. Once memory is released by other tasks, the blocked
-        task will be awakened and re-attempt to allocate memory from
-        the memory pool.
+       bool "If wait for other tasks to release memory"
+       default n
+       ---help---
+               If the macro is set to true, when the memory pool fails to 
allocate
+               available memory, the current task will block and wait for 
other tasks
+               to release memory. Once memory is released by other tasks, the 
blocked
+               task will be awakened and re-attempt to allocate memory from
+               the memory pool.
 
 config MM_HEAP_MEMPOOL_EXPAND_SIZE
        int "The expand size for each mempool in multiple mempool"

Reply via email to