From 3ca2357a0ba6aef5b93cbb2f0c7bf33c58e8344b Mon Sep 17 00:00:00 2001 From: raiden00pl Date: Tue, 27 May 2025 18:16:21 +0200 Subject: [PATCH] fs: unify Private Types banners unify Private Types banners according to NuttX coding standard Signed-off-by: raiden00pl --- fs/procfs/fs_procfsproc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/procfs/fs_procfsproc.c b/fs/procfs/fs_procfsproc.c index 67c074e00d1..366dba3094d 100644 --- a/fs/procfs/fs_procfsproc.c +++ b/fs/procfs/fs_procfsproc.c @@ -81,7 +81,7 @@ #define STATUS_LINELEN PATH_MAX /**************************************************************************** - * Private Type Definitions + * Private Types ****************************************************************************/ /* This enumeration identifies all of the task/thread nodes that can be