diff --git a/binfmt/binfmt_execsymtab.c b/binfmt/binfmt_execsymtab.c index 63fa14adb2b..ceb532d94ce 100644 --- a/binfmt/binfmt_execsymtab.c +++ b/binfmt/binfmt_execsymtab.c @@ -68,7 +68,7 @@ #endif /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ #ifdef CONFIG_EXECFUNCS_HAVE_SYMTAB diff --git a/drivers/bch/bch_internal.h b/drivers/bch/bch_internal.h index dabd2f5c503..3a12c50c9b8 100644 --- a/drivers/bch/bch_internal.h +++ b/drivers/bch/bch_internal.h @@ -77,7 +77,7 @@ struct bchlib_s }; /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ #undef EXTERN diff --git a/drivers/mtd/mtd_procfs.c b/drivers/mtd/mtd_procfs.c index fd27917e0c9..2a2137a098e 100644 --- a/drivers/mtd/mtd_procfs.c +++ b/drivers/mtd/mtd_procfs.c @@ -97,7 +97,7 @@ static int mtd_stat(FAR const char *relpath, FAR struct stat *buf); ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /* See fs_mount.c -- this structure is explicitly externed there. diff --git a/drivers/rwbuffer.c b/drivers/rwbuffer.c index 9c443df7b59..584b25b091a 100644 --- a/drivers/rwbuffer.c +++ b/drivers/rwbuffer.c @@ -79,7 +79,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/fs/binfs/fs_binfs.c b/fs/binfs/fs_binfs.c index 52a801560f4..5e5a09f576a 100644 --- a/fs/binfs/fs_binfs.c +++ b/fs/binfs/fs_binfs.c @@ -97,7 +97,7 @@ static int binfs_stat(FAR struct inode *mountpt, FAR const char *relpath, ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /* See fs_mount.c -- this structure is explicitly extern'ed there. diff --git a/fs/driver/driver.h b/fs/driver/driver.h index 02e98b071af..066d3ebd64d 100644 --- a/fs/driver/driver.h +++ b/fs/driver/driver.h @@ -51,7 +51,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ #undef EXTERN diff --git a/fs/driver/fs_registerblockdriver.c b/fs/driver/fs_registerblockdriver.c index e0032b581ac..ddcaef3671e 100644 --- a/fs/driver/fs_registerblockdriver.c +++ b/fs/driver/fs_registerblockdriver.c @@ -57,7 +57,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/fs/driver/fs_registerdriver.c b/fs/driver/fs_registerdriver.c index 5d8269c25b1..6d60aeaf5c9 100644 --- a/fs/driver/fs_registerdriver.c +++ b/fs/driver/fs_registerdriver.c @@ -55,7 +55,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/fs/driver/fs_unregisterblockdriver.c b/fs/driver/fs_unregisterblockdriver.c index 1669a4d4ed8..f032d1b347d 100644 --- a/fs/driver/fs_unregisterblockdriver.c +++ b/fs/driver/fs_unregisterblockdriver.c @@ -56,7 +56,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/fs/driver/fs_unregisterdriver.c b/fs/driver/fs_unregisterdriver.c index 96e9e9bae18..cd28debe50b 100644 --- a/fs/driver/fs_unregisterdriver.c +++ b/fs/driver/fs_unregisterdriver.c @@ -56,7 +56,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/fs/fat/fs_configfat.c b/fs/fat/fs_configfat.c index 59e174ef58d..8fe7c576f2a 100644 --- a/fs/fat/fs_configfat.c +++ b/fs/fat/fs_configfat.c @@ -853,7 +853,7 @@ mkfatfs_clustersearch(FAR struct fat_format_s *fmt, FAR struct fat_var_s *var) } /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/fs/fat/fs_fat32.c b/fs/fat/fs_fat32.c index f993e7d6d6c..e4dfbe19b89 100644 --- a/fs/fat/fs_fat32.c +++ b/fs/fat/fs_fat32.c @@ -122,7 +122,7 @@ static int fat_stat(struct inode *mountpt, const char *relpath, ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /* See fs_mount.c -- this structure is explicitly extern'ed there. diff --git a/fs/fat/fs_fat32.h b/fs/fat/fs_fat32.h index cfb97f37d88..c3581e78ef7 100644 --- a/fs/fat/fs_fat32.h +++ b/fs/fat/fs_fat32.h @@ -847,7 +847,7 @@ struct fat_dirinfo_s #endif /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/fs/fat/fs_fat32attrib.c b/fs/fat/fs_fat32attrib.c index b79e5275eb5..1880dc6819d 100644 --- a/fs/fat/fs_fat32attrib.c +++ b/fs/fat/fs_fat32attrib.c @@ -166,7 +166,7 @@ errout: } /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/fs/fat/fs_fat32dirent.c b/fs/fat/fs_fat32dirent.c index c52de5e86a4..4a46ecab95d 100644 --- a/fs/fat/fs_fat32dirent.c +++ b/fs/fat/fs_fat32dirent.c @@ -160,7 +160,7 @@ static int fat_putsfdirentry(struct fat_mountpt_s *fs, ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/fs/fat/fs_fat32util.c b/fs/fat/fs_fat32util.c index ac2f53365c2..07a31d2b893 100644 --- a/fs/fat/fs_fat32util.c +++ b/fs/fat/fs_fat32util.c @@ -80,7 +80,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/fs/fat/fs_mkfatfs.h b/fs/fat/fs_mkfatfs.h index d9212b1e4bc..1e1fc05e158 100644 --- a/fs/fat/fs_mkfatfs.h +++ b/fs/fat/fs_mkfatfs.h @@ -110,7 +110,7 @@ struct fat_var_s }; /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/fs/fat/fs_writefat.c b/fs/fat/fs_writefat.c index f994d49efe9..c784a35f6fd 100644 --- a/fs/fat/fs_writefat.c +++ b/fs/fat/fs_writefat.c @@ -498,7 +498,7 @@ static inline int mkfatfs_writerootdir(FAR struct fat_format_s *fmt, } /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/fs/inode/fs_inode.c b/fs/inode/fs_inode.c index c16d35bcc46..d5d58102ead 100644 --- a/fs/inode/fs_inode.c +++ b/fs/inode/fs_inode.c @@ -79,7 +79,7 @@ struct inode_sem_s static struct inode_sem_s g_inode_sem; /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ FAR struct inode *g_root_inode = NULL; diff --git a/fs/inode/fs_inodeaddref.c b/fs/inode/fs_inodeaddref.c index 493c81e297d..7378dc15be9 100644 --- a/fs/inode/fs_inodeaddref.c +++ b/fs/inode/fs_inodeaddref.c @@ -52,7 +52,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/fs/inode/fs_inodebasename.c b/fs/inode/fs_inodebasename.c index 517d968d2b3..afd1e565927 100644 --- a/fs/inode/fs_inodebasename.c +++ b/fs/inode/fs_inodebasename.c @@ -50,7 +50,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/fs/inode/fs_inodefind.c b/fs/inode/fs_inodefind.c index 7534a3441d7..a2b761a2339 100644 --- a/fs/inode/fs_inodefind.c +++ b/fs/inode/fs_inodefind.c @@ -53,7 +53,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/fs/inode/fs_inoderelease.c b/fs/inode/fs_inoderelease.c index e459fddd073..d4044e3b4df 100644 --- a/fs/inode/fs_inoderelease.c +++ b/fs/inode/fs_inoderelease.c @@ -55,7 +55,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/fs/inode/fs_inoderemove.c b/fs/inode/fs_inoderemove.c index ac76a205943..76fcd62c0f4 100644 --- a/fs/inode/fs_inoderemove.c +++ b/fs/inode/fs_inoderemove.c @@ -55,7 +55,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/fs/inode/fs_inodereserve.c b/fs/inode/fs_inodereserve.c index faa6c012374..a241cef0e41 100644 --- a/fs/inode/fs_inodereserve.c +++ b/fs/inode/fs_inodereserve.c @@ -56,7 +56,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/fs/inode/inode.h b/fs/inode/inode.h index a76b1b22fac..3437c3858bc 100644 --- a/fs/inode/inode.h +++ b/fs/inode/inode.h @@ -111,7 +111,7 @@ typedef int (*foreach_inode_t)(FAR struct inode *node, FAR void *arg); /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ #undef EXTERN diff --git a/fs/mmap/fs_mmap.c b/fs/mmap/fs_mmap.c index 762b0d83258..0cb6f5db588 100644 --- a/fs/mmap/fs_mmap.c +++ b/fs/mmap/fs_mmap.c @@ -50,7 +50,7 @@ #include "fs_rammap.h" /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/fs/mmap/fs_munmap.c b/fs/mmap/fs_munmap.c index ecd0e6d71f1..04800d35aca 100644 --- a/fs/mmap/fs_munmap.c +++ b/fs/mmap/fs_munmap.c @@ -55,7 +55,7 @@ #ifdef CONFIG_FS_RAMMAP /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/fs/mmap/fs_rammap.c b/fs/mmap/fs_rammap.c index e0b32504fde..2aaced1d0d7 100644 --- a/fs/mmap/fs_rammap.c +++ b/fs/mmap/fs_rammap.c @@ -55,7 +55,7 @@ #ifdef CONFIG_FS_RAMMAP /**************************************************************************** - * Global Data + * Public Data ****************************************************************************/ /* This is the list of all mapped files */ @@ -63,7 +63,7 @@ struct fs_allmaps_s g_rammaps; /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/fs/mmap/fs_rammap.h b/fs/mmap/fs_rammap.h index 4f9df600701..d4a7b05a379 100644 --- a/fs/mmap/fs_rammap.h +++ b/fs/mmap/fs_rammap.h @@ -92,7 +92,7 @@ struct fs_allmaps_s }; /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /* This is the list of all mapped files */ diff --git a/fs/mount/fs_mount.c b/fs/mount/fs_mount.c index 401ff747ba8..9c5e6d3fdff 100644 --- a/fs/mount/fs_mount.c +++ b/fs/mount/fs_mount.c @@ -154,7 +154,7 @@ static const struct fsmap_t g_nonbdfsmap[] = #endif /* NONBDFS_SUPPORT */ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/fs/mount/fs_umount2.c b/fs/mount/fs_umount2.c index 796d7e37b24..8d56aa31bf8 100644 --- a/fs/mount/fs_umount2.c +++ b/fs/mount/fs_umount2.c @@ -60,7 +60,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/fs/mqueue/mq_close.c b/fs/mqueue/mq_close.c index eb0d313e8f1..5b6db2369eb 100644 --- a/fs/mqueue/mq_close.c +++ b/fs/mqueue/mq_close.c @@ -58,7 +58,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/fs/mqueue/mq_open.c b/fs/mqueue/mq_open.c index f49f5a34c59..f20e69579f6 100644 --- a/fs/mqueue/mq_open.c +++ b/fs/mqueue/mq_open.c @@ -61,7 +61,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/fs/mqueue/mq_unlink.c b/fs/mqueue/mq_unlink.c index 496571163cb..3d6f6e039d2 100644 --- a/fs/mqueue/mq_unlink.c +++ b/fs/mqueue/mq_unlink.c @@ -58,7 +58,7 @@ ************************************************************************/ /************************************************************************ - * Public Variables + * Public Data ************************************************************************/ /************************************************************************ diff --git a/fs/mqueue/mqueue.h b/fs/mqueue/mqueue.h index 775ff220ebe..4392412ddff 100644 --- a/fs/mqueue/mqueue.h +++ b/fs/mqueue/mqueue.h @@ -60,7 +60,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ #ifdef __cplusplus diff --git a/fs/nfs/nfs_util.c b/fs/nfs/nfs_util.c index 46ee56db6dd..19e78ea6500 100644 --- a/fs/nfs/nfs_util.c +++ b/fs/nfs/nfs_util.c @@ -73,7 +73,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/fs/nfs/nfs_vfsops.c b/fs/nfs/nfs_vfsops.c index 029885dea76..576ee589f74 100644 --- a/fs/nfs/nfs_vfsops.c +++ b/fs/nfs/nfs_vfsops.c @@ -104,7 +104,7 @@ #endif /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ uint32_t nfs_true; diff --git a/fs/nxffs/nxffs.h b/fs/nxffs/nxffs.h index 89adb6dac11..04dba9f3afa 100644 --- a/fs/nxffs/nxffs.h +++ b/fs/nxffs/nxffs.h @@ -316,7 +316,7 @@ struct nxffs_blkstats_s }; /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /* The magic number that appears that the beginning of each NXFFS (logical) diff --git a/fs/nxffs/nxffs_block.c b/fs/nxffs/nxffs_block.c index ff62811b8b0..8dd6a47ee8d 100644 --- a/fs/nxffs/nxffs_block.c +++ b/fs/nxffs/nxffs_block.c @@ -59,7 +59,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/fs/nxffs/nxffs_blockstats.c b/fs/nxffs/nxffs_blockstats.c index 62753e5a87d..859423ca481 100644 --- a/fs/nxffs/nxffs_blockstats.c +++ b/fs/nxffs/nxffs_blockstats.c @@ -58,7 +58,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/fs/nxffs/nxffs_cache.c b/fs/nxffs/nxffs_cache.c index 5d87cb23938..2a04d6b0a9f 100644 --- a/fs/nxffs/nxffs_cache.c +++ b/fs/nxffs/nxffs_cache.c @@ -58,7 +58,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/fs/nxffs/nxffs_dirent.c b/fs/nxffs/nxffs_dirent.c index 2afc694e521..34d8654bf58 100644 --- a/fs/nxffs/nxffs_dirent.c +++ b/fs/nxffs/nxffs_dirent.c @@ -62,7 +62,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/fs/nxffs/nxffs_initialize.c b/fs/nxffs/nxffs_initialize.c index 13081b6c1d5..66476f4874f 100644 --- a/fs/nxffs/nxffs_initialize.c +++ b/fs/nxffs/nxffs_initialize.c @@ -103,7 +103,7 @@ const struct mountpt_operations nxffs_operations = }; /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /* The magic number that appears that the beginning of each NXFFS (logical) diff --git a/fs/nxffs/nxffs_inode.c b/fs/nxffs/nxffs_inode.c index fb184789399..a8bf821861b 100644 --- a/fs/nxffs/nxffs_inode.c +++ b/fs/nxffs/nxffs_inode.c @@ -61,7 +61,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/fs/nxffs/nxffs_ioctl.c b/fs/nxffs/nxffs_ioctl.c index 96d39c33922..ec2cd041de8 100644 --- a/fs/nxffs/nxffs_ioctl.c +++ b/fs/nxffs/nxffs_ioctl.c @@ -61,7 +61,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/fs/nxffs/nxffs_pack.c b/fs/nxffs/nxffs_pack.c index 373b480bb55..8706e8009a7 100644 --- a/fs/nxffs/nxffs_pack.c +++ b/fs/nxffs/nxffs_pack.c @@ -89,7 +89,7 @@ struct nxffs_pack_s }; /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/fs/nxffs/nxffs_read.c b/fs/nxffs/nxffs_read.c index c548f5e50e1..934a640bf6f 100644 --- a/fs/nxffs/nxffs_read.c +++ b/fs/nxffs/nxffs_read.c @@ -62,7 +62,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/fs/nxffs/nxffs_reformat.c b/fs/nxffs/nxffs_reformat.c index ec85ee05c9b..b969a398b37 100644 --- a/fs/nxffs/nxffs_reformat.c +++ b/fs/nxffs/nxffs_reformat.c @@ -58,7 +58,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/fs/nxffs/nxffs_stat.c b/fs/nxffs/nxffs_stat.c index 2a5b6104491..9f45b5a4b19 100644 --- a/fs/nxffs/nxffs_stat.c +++ b/fs/nxffs/nxffs_stat.c @@ -63,7 +63,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/fs/nxffs/nxffs_unlink.c b/fs/nxffs/nxffs_unlink.c index ec61979596b..8422616057d 100644 --- a/fs/nxffs/nxffs_unlink.c +++ b/fs/nxffs/nxffs_unlink.c @@ -60,7 +60,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/fs/nxffs/nxffs_util.c b/fs/nxffs/nxffs_util.c index f424e71e070..12392aa585c 100644 --- a/fs/nxffs/nxffs_util.c +++ b/fs/nxffs/nxffs_util.c @@ -54,7 +54,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/fs/procfs/fs_procfs.c b/fs/procfs/fs_procfs.c index 6ed06f38915..d23ea195bd8 100644 --- a/fs/procfs/fs_procfs.c +++ b/fs/procfs/fs_procfs.c @@ -183,7 +183,7 @@ static int procfs_stat(FAR struct inode *mountpt, ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /* See fs_mount.c -- this structure is explicitly externed there. diff --git a/fs/procfs/fs_procfscpuload.c b/fs/procfs/fs_procfscpuload.c index 8641f393356..f60789a7688 100644 --- a/fs/procfs/fs_procfscpuload.c +++ b/fs/procfs/fs_procfscpuload.c @@ -104,7 +104,7 @@ static int cpuload_stat(FAR const char *relpath, FAR struct stat *buf); ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /* See fs_mount.c -- this structure is explicitly externed there. diff --git a/fs/procfs/fs_procfsproc.c b/fs/procfs/fs_procfsproc.c index 869d00f9b48..80ea40583cc 100644 --- a/fs/procfs/fs_procfsproc.c +++ b/fs/procfs/fs_procfsproc.c @@ -190,7 +190,7 @@ static int proc_stat(FAR const char *relpath, FAR struct stat *buf); ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /* See fs_mount.c -- this structure is explicitly externed there. diff --git a/fs/procfs/fs_procfsuptime.c b/fs/procfs/fs_procfsuptime.c index 0135e07178b..7d924087c82 100644 --- a/fs/procfs/fs_procfsuptime.c +++ b/fs/procfs/fs_procfsuptime.c @@ -106,7 +106,7 @@ static int uptime_stat(FAR const char *relpath, FAR struct stat *buf); ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /* See fs_mount.c -- this structure is explicitly externed there. diff --git a/fs/procfs/fs_skeleton.c b/fs/procfs/fs_skeleton.c index 6034bd8404a..0dd573f5624 100644 --- a/fs/procfs/fs_skeleton.c +++ b/fs/procfs/fs_skeleton.c @@ -122,7 +122,7 @@ static int skel_stat(FAR const char *relpath, FAR struct stat *buf); ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /* See include/nutts/fs/procfs.h diff --git a/fs/romfs/fs_romfs.c b/fs/romfs/fs_romfs.c index 14c68ef7e84..8198b2b6577 100644 --- a/fs/romfs/fs_romfs.c +++ b/fs/romfs/fs_romfs.c @@ -105,7 +105,7 @@ static int romfs_stat(FAR struct inode *mountpt, FAR const char *relpath, ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /* See fs_mount.c -- this structure is explicitly externed there. diff --git a/fs/romfs/fs_romfs.h b/fs/romfs/fs_romfs.h index 88e673b10df..8b1d5fc5b10 100644 --- a/fs/romfs/fs_romfs.h +++ b/fs/romfs/fs_romfs.h @@ -185,7 +185,7 @@ struct romfs_dirinfo_s }; /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/fs/romfs/fs_romfsutil.c b/fs/romfs/fs_romfsutil.c index ce945a6694b..65528d13786 100644 --- a/fs/romfs/fs_romfsutil.c +++ b/fs/romfs/fs_romfsutil.c @@ -70,7 +70,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/fs/semaphore/sem_close.c b/fs/semaphore/sem_close.c index d1a7ed4f453..3e9dfffa5cd 100644 --- a/fs/semaphore/sem_close.c +++ b/fs/semaphore/sem_close.c @@ -60,7 +60,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/fs/semaphore/sem_open.c b/fs/semaphore/sem_open.c index 4d422c85033..7ba2d93c1ec 100644 --- a/fs/semaphore/sem_open.c +++ b/fs/semaphore/sem_open.c @@ -66,7 +66,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/fs/semaphore/sem_unlink.c b/fs/semaphore/sem_unlink.c index 393b435d4a2..bdeb826b810 100644 --- a/fs/semaphore/sem_unlink.c +++ b/fs/semaphore/sem_unlink.c @@ -60,7 +60,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/fs/semaphore/semaphore.h b/fs/semaphore/semaphore.h index de8985727cc..5ef28b3aac0 100644 --- a/fs/semaphore/semaphore.h +++ b/fs/semaphore/semaphore.h @@ -53,7 +53,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ #ifdef __cplusplus diff --git a/fs/smartfs/smartfs.h b/fs/smartfs/smartfs.h index ac83a0c0cfb..36ed65b41b8 100644 --- a/fs/smartfs/smartfs.h +++ b/fs/smartfs/smartfs.h @@ -330,7 +330,7 @@ struct smartfs_mountpt_s }; /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/fs/smartfs/smartfs_procfs.c b/fs/smartfs/smartfs_procfs.c index 6153cde80aa..960f37893a2 100644 --- a/fs/smartfs/smartfs_procfs.c +++ b/fs/smartfs/smartfs_procfs.c @@ -172,7 +172,7 @@ static const uint8_t g_direntrycount = sizeof(g_direntry) / sizeof(struct smartfs_procfs_entry_s); /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /* See include/nutts/fs/procfs.h diff --git a/fs/smartfs/smartfs_smart.c b/fs/smartfs/smartfs_smart.c index 857c284e2b5..55228b2a5df 100644 --- a/fs/smartfs/smartfs_smart.c +++ b/fs/smartfs/smartfs_smart.c @@ -117,7 +117,7 @@ static uint8_t g_seminitialized = FALSE; static sem_t g_sem; /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /* See fs_mount.c -- this structure is explicitly externed there. diff --git a/fs/smartfs/smartfs_utils.c b/fs/smartfs/smartfs_utils.c index 23d0cff13a9..db0de34fa0d 100644 --- a/fs/smartfs/smartfs_utils.c +++ b/fs/smartfs/smartfs_utils.c @@ -78,7 +78,7 @@ static struct smartfs_mountpt_s* g_mounthead = NULL; #endif /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/fs/vfs/fs_close.c b/fs/vfs/fs_close.c index dd346411979..b784b2c9e0c 100644 --- a/fs/vfs/fs_close.c +++ b/fs/vfs/fs_close.c @@ -51,7 +51,7 @@ #include "inode/inode.h" /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/fs/vfs/fs_dup.c b/fs/vfs/fs_dup.c index 5981dc8cd5e..8e8edb86fa4 100644 --- a/fs/vfs/fs_dup.c +++ b/fs/vfs/fs_dup.c @@ -55,7 +55,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/fs/vfs/fs_dup2.c b/fs/vfs/fs_dup2.c index 3164e0b2f5f..c81e7b6eae0 100644 --- a/fs/vfs/fs_dup2.c +++ b/fs/vfs/fs_dup2.c @@ -61,7 +61,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/fs/vfs/fs_dupfd2.c b/fs/vfs/fs_dupfd2.c index 6043430bdc5..8857c767f8d 100644 --- a/fs/vfs/fs_dupfd2.c +++ b/fs/vfs/fs_dupfd2.c @@ -58,7 +58,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/fs/vfs/fs_fsync.c b/fs/vfs/fs_fsync.c index 4d2311ea0c2..246dc51d894 100644 --- a/fs/vfs/fs_fsync.c +++ b/fs/vfs/fs_fsync.c @@ -60,7 +60,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/fs/vfs/fs_ioctl.c b/fs/vfs/fs_ioctl.c index eb48d5c3434..593eae963a3 100644 --- a/fs/vfs/fs_ioctl.c +++ b/fs/vfs/fs_ioctl.c @@ -53,7 +53,7 @@ #include "inode/inode.h" /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/fs/vfs/fs_mkdir.c b/fs/vfs/fs_mkdir.c index 832c5f816a4..1add02d44d9 100644 --- a/fs/vfs/fs_mkdir.c +++ b/fs/vfs/fs_mkdir.c @@ -72,7 +72,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/fs/vfs/fs_rename.c b/fs/vfs/fs_rename.c index 76f11b0abf0..820193cf5dc 100644 --- a/fs/vfs/fs_rename.c +++ b/fs/vfs/fs_rename.c @@ -72,7 +72,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/fs/vfs/fs_rmdir.c b/fs/vfs/fs_rmdir.c index 685704e0deb..234b11399d7 100644 --- a/fs/vfs/fs_rmdir.c +++ b/fs/vfs/fs_rmdir.c @@ -72,7 +72,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/fs/vfs/fs_sendfile.c b/fs/vfs/fs_sendfile.c index 05c3d976eb4..0935460c16c 100644 --- a/fs/vfs/fs_sendfile.c +++ b/fs/vfs/fs_sendfile.c @@ -60,7 +60,7 @@ ************************************************************************/ /************************************************************************ - * Public Variables + * Public Data ************************************************************************/ /************************************************************************ diff --git a/fs/vfs/fs_stat.c b/fs/vfs/fs_stat.c index b8b62080bbb..1bd9d05d8e6 100644 --- a/fs/vfs/fs_stat.c +++ b/fs/vfs/fs_stat.c @@ -143,7 +143,7 @@ static inline int statroot(FAR struct stat *buf) } /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/fs/vfs/fs_unlink.c b/fs/vfs/fs_unlink.c index 0d70cfa606c..a05462dec09 100644 --- a/fs/vfs/fs_unlink.c +++ b/fs/vfs/fs_unlink.c @@ -72,7 +72,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/graphics/nxterm/nxterm.h b/graphics/nxterm/nxterm.h index f94cd6f093a..1a082e52837 100644 --- a/graphics/nxterm/nxterm.h +++ b/graphics/nxterm/nxterm.h @@ -194,7 +194,7 @@ struct nxterm_state_s }; /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /* This is the common NX driver file operations */ diff --git a/include/debug.h b/include/debug.h index 10ef6889e91..b1bb2fc9d12 100644 --- a/include/debug.h +++ b/include/debug.h @@ -644,7 +644,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/include/dirent.h b/include/dirent.h index 82381189c41..ea6b18a142a 100644 --- a/include/dirent.h +++ b/include/dirent.h @@ -83,7 +83,7 @@ struct dirent typedef void DIR; /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/include/nuttx/arch.h b/include/nuttx/arch.h index 5f615cd51ee..950e4ae0f9f 100644 --- a/include/nuttx/arch.h +++ b/include/nuttx/arch.h @@ -120,7 +120,7 @@ typedef CODE void (*sig_deliver_t)(FAR struct tcb_s *tcb); typedef CODE void (*phy_enable_t)(bool enable); /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ #undef EXTERN diff --git a/include/nuttx/compiler.h b/include/nuttx/compiler.h index 9cf1192c57a..f43de0b6715 100644 --- a/include/nuttx/compiler.h +++ b/include/nuttx/compiler.h @@ -476,11 +476,11 @@ #endif /**************************************************************************** - * Global Function Prototypes + * Public Function Prototypes ****************************************************************************/ /**************************************************************************** - * Global Function Prototypes + * Public Function Prototypes ****************************************************************************/ #ifdef __cplusplus diff --git a/include/nuttx/fs/dirent.h b/include/nuttx/fs/dirent.h index 26b3d7bc268..645a2351f67 100644 --- a/include/nuttx/fs/dirent.h +++ b/include/nuttx/fs/dirent.h @@ -236,7 +236,7 @@ struct fs_dirent_s }; /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/include/nuttx/fs/fs.h b/include/nuttx/fs/fs.h index 3d2d6c3c733..b55ba8b505d 100644 --- a/include/nuttx/fs/fs.h +++ b/include/nuttx/fs/fs.h @@ -352,7 +352,7 @@ typedef int (*foreach_mountpoint_t)(FAR const char *mountpoint, #endif /**************************************************************************** - * Global Function Prototypes + * Public Function Prototypes ****************************************************************************/ #undef EXTERN diff --git a/include/nuttx/fs/mkfatfs.h b/include/nuttx/fs/mkfatfs.h index e7a5a4c9040..03ca6ef956a 100644 --- a/include/nuttx/fs/mkfatfs.h +++ b/include/nuttx/fs/mkfatfs.h @@ -95,7 +95,7 @@ struct fat_format_s }; /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/include/nuttx/fs/mksmartfs.h b/include/nuttx/fs/mksmartfs.h index e0a841ca0f4..f907ba305ab 100644 --- a/include/nuttx/fs/mksmartfs.h +++ b/include/nuttx/fs/mksmartfs.h @@ -52,7 +52,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/include/nuttx/init.h b/include/nuttx/init.h index 2038427f39a..553dc3a4afd 100644 --- a/include/nuttx/init.h +++ b/include/nuttx/init.h @@ -48,7 +48,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Data + * Public Data ****************************************************************************/ #ifdef __cplusplus @@ -60,7 +60,7 @@ extern "C" #endif /**************************************************************************** - * Global Function Prototypes + * Public Function Prototypes ****************************************************************************/ /* This entry point must be supplied by the application */ diff --git a/include/nuttx/irq.h b/include/nuttx/irq.h index 9bdc1cf7d22..43b9992cfd0 100644 --- a/include/nuttx/irq.h +++ b/include/nuttx/irq.h @@ -70,7 +70,7 @@ typedef int (*xcpt_t)(int irq, FAR void *context); #include /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ #ifndef __ASSEMBLY__ diff --git a/include/nuttx/mqueue.h b/include/nuttx/mqueue.h index 857bbfa0ea3..612d2488d10 100644 --- a/include/nuttx/mqueue.h +++ b/include/nuttx/mqueue.h @@ -57,7 +57,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Type Declarations + * Public Type Declarations ****************************************************************************/ /* This structure defines a message queue */ @@ -97,11 +97,11 @@ struct mq_des }; /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** - * Global Function Prototypes + * Public Function Prototypes ****************************************************************************/ #ifdef __cplusplus diff --git a/include/nuttx/net/iob.h b/include/nuttx/net/iob.h index 121d82ae1f1..b9ff53d78c9 100644 --- a/include/nuttx/net/iob.h +++ b/include/nuttx/net/iob.h @@ -157,7 +157,7 @@ struct iob_queue_s #endif /* CONFIG_IOB_NCHAINS > 0 */ /**************************************************************************** - * Global Data + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/include/nuttx/net/netdev.h b/include/nuttx/net/netdev.h index 49a90723bef..2fada4fdbf0 100644 --- a/include/nuttx/net/netdev.h +++ b/include/nuttx/net/netdev.h @@ -239,7 +239,7 @@ struct net_driver_s typedef int (*devif_poll_callback_t)(FAR struct net_driver_s *dev); /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/include/nuttx/rwbuffer.h b/include/nuttx/rwbuffer.h index 7a97ff65c68..1f11cf47bc0 100644 --- a/include/nuttx/rwbuffer.h +++ b/include/nuttx/rwbuffer.h @@ -155,7 +155,7 @@ struct rwbuffer_s }; /********************************************************************** - * Global Variables + * Public Data **********************************************************************/ #undef EXTERN @@ -168,7 +168,7 @@ extern "C" #endif /********************************************************************** - * Global Function Prototypes + * Public Function Prototypes **********************************************************************/ /* Buffer initialization */ diff --git a/include/nuttx/streams.h b/include/nuttx/streams.h index 139741ff050..3358765bed3 100644 --- a/include/nuttx/streams.h +++ b/include/nuttx/streams.h @@ -194,7 +194,7 @@ struct lib_rawsostream_s }; /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ #undef EXTERN diff --git a/include/poll.h b/include/poll.h index 3c47ca19831..859163af395 100644 --- a/include/poll.h +++ b/include/poll.h @@ -115,7 +115,7 @@ struct pollfd }; /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ #undef EXTERN diff --git a/include/semaphore.h b/include/semaphore.h index 5818f0fb7e0..de4394c4e17 100644 --- a/include/semaphore.h +++ b/include/semaphore.h @@ -115,7 +115,7 @@ typedef struct sem_s sem_t; #endif /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/include/stdio.h b/include/stdio.h index f75e9928d16..3a0745c84f3 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -107,7 +107,7 @@ typedef struct file_struct FILE; /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ #undef EXTERN diff --git a/include/sys/stat.h b/include/sys/stat.h index a27d2243653..3f2658b5f18 100644 --- a/include/sys/stat.h +++ b/include/sys/stat.h @@ -117,7 +117,7 @@ struct stat }; /**************************************************************************** - * Global Function Prototypes + * Public Function Prototypes ****************************************************************************/ #undef EXTERN diff --git a/include/sys/types.h b/include/sys/types.h index 14c04e9c78a..babc723d920 100644 --- a/include/sys/types.h +++ b/include/sys/types.h @@ -263,7 +263,7 @@ typedef CODE int (*main_t)(int argc, char *argv[]); #endif /* __ASSEMBLY__ */ /**************************************************************************** - * Global Function Prototypes + * Public Function Prototypes ****************************************************************************/ #endif /* __INCLUDE_SYS_TYPES_H */ diff --git a/include/syslog.h b/include/syslog.h index b06997f1f3c..2dfef54b24a 100644 --- a/include/syslog.h +++ b/include/syslog.h @@ -132,7 +132,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/aio/aio.h b/libc/aio/aio.h index f1376be9ab5..f28340f3c2f 100644 --- a/libc/aio/aio.h +++ b/libc/aio/aio.h @@ -53,7 +53,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ #undef EXTERN diff --git a/libc/aio/aio_error.c b/libc/aio/aio_error.c index 4d1eca99c5b..8bfa1978fb0 100644 --- a/libc/aio/aio_error.c +++ b/libc/aio/aio_error.c @@ -59,7 +59,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/aio/aio_return.c b/libc/aio/aio_return.c index 076d8fb293c..4672de0855e 100644 --- a/libc/aio/aio_return.c +++ b/libc/aio/aio_return.c @@ -59,7 +59,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/aio/aio_suspend.c b/libc/aio/aio_suspend.c index 89982fc89d6..5e5fe337157 100644 --- a/libc/aio/aio_suspend.c +++ b/libc/aio/aio_suspend.c @@ -61,7 +61,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/aio/lio_listio.c b/libc/aio/lio_listio.c index 5b2277347b3..e4e4a71a7e8 100644 --- a/libc/aio/lio_listio.c +++ b/libc/aio/lio_listio.c @@ -74,7 +74,7 @@ struct lio_sighand_s ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/audio/lib_buffer.c b/libc/audio/lib_buffer.c index cfcf43f2dc2..f69a2066ed2 100644 --- a/libc/audio/lib_buffer.c +++ b/libc/audio/lib_buffer.c @@ -71,7 +71,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/fixedmath/lib_b16atan2.c b/libc/fixedmath/lib_b16atan2.c index f0a00f8df48..4cdb76e09cf 100644 --- a/libc/fixedmath/lib_b16atan2.c +++ b/libc/fixedmath/lib_b16atan2.c @@ -65,7 +65,7 @@ #endif /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/fixedmath/lib_b16cos.c b/libc/fixedmath/lib_b16cos.c index 0ebe4826242..5ff4215cf0c 100644 --- a/libc/fixedmath/lib_b16cos.c +++ b/libc/fixedmath/lib_b16cos.c @@ -44,7 +44,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/fixedmath/lib_b16sin.c b/libc/fixedmath/lib_b16sin.c index 9cd2f0da3e1..c63e170a766 100644 --- a/libc/fixedmath/lib_b16sin.c +++ b/libc/fixedmath/lib_b16sin.c @@ -48,7 +48,7 @@ #define b16_1P27323954 0x000145f3 /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/libgen/lib_basename.c b/libc/libgen/lib_basename.c index 68188edbf52..94df0712005 100644 --- a/libc/libgen/lib_basename.c +++ b/libc/libgen/lib_basename.c @@ -49,7 +49,7 @@ static char g_retchar[2]; /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/libgen/lib_dirname.c b/libc/libgen/lib_dirname.c index 6d076fd610b..b7760c3a1f5 100644 --- a/libc/libgen/lib_dirname.c +++ b/libc/libgen/lib_dirname.c @@ -49,7 +49,7 @@ static char g_retchar[2]; /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/math/lib_rint.c b/libc/math/lib_rint.c index 48a2d762f50..d26e1b97361 100644 --- a/libc/math/lib_rint.c +++ b/libc/math/lib_rint.c @@ -60,11 +60,11 @@ ************************************************************/ /********************************************************** - * Global Constant Data + * Public Constant Data **********************************************************/ /************************************************************ - * Global Variables + * Public Data ************************************************************/ /********************************************************** diff --git a/libc/math/lib_rintf.c b/libc/math/lib_rintf.c index 83147d82b12..cd031688289 100644 --- a/libc/math/lib_rintf.c +++ b/libc/math/lib_rintf.c @@ -60,11 +60,11 @@ ************************************************************/ /********************************************************** - * Global Constant Data + * Public Constant Data **********************************************************/ /************************************************************ - * Global Variables + * Public Data ************************************************************/ /********************************************************** diff --git a/libc/math/lib_rintl.c b/libc/math/lib_rintl.c index 5bc6cadbd7c..92ec28bcea7 100644 --- a/libc/math/lib_rintl.c +++ b/libc/math/lib_rintl.c @@ -60,11 +60,11 @@ ************************************************************/ /********************************************************** - * Global Constant Data + * Public Constant Data **********************************************************/ /************************************************************ - * Global Variables + * Public Data ************************************************************/ /********************************************************** diff --git a/libc/misc/lib_filesem.c b/libc/misc/lib_filesem.c index f38ff5f238c..1dd88454f87 100644 --- a/libc/misc/lib_filesem.c +++ b/libc/misc/lib_filesem.c @@ -58,7 +58,7 @@ ************************************************************************/ /************************************************************************ - * Global Functions + * Public Functions ************************************************************************/ /************************************************************************ diff --git a/libc/misc/lib_sendfile.c b/libc/misc/lib_sendfile.c index 56651674f40..187e689cfd6 100644 --- a/libc/misc/lib_sendfile.c +++ b/libc/misc/lib_sendfile.c @@ -58,7 +58,7 @@ ************************************************************************/ /************************************************************************ - * Public Variables + * Public Data ************************************************************************/ /************************************************************************ diff --git a/libc/misc/lib_streamsem.c b/libc/misc/lib_streamsem.c index 3397f990743..7972a61f326 100644 --- a/libc/misc/lib_streamsem.c +++ b/libc/misc/lib_streamsem.c @@ -57,7 +57,7 @@ ************************************************************************/ /************************************************************************ - * Public Variables + * Public Data ************************************************************************/ /************************************************************************ diff --git a/libc/net/lib_addroute.c b/libc/net/lib_addroute.c index b588b4754f3..a5d6dd87091 100644 --- a/libc/net/lib_addroute.c +++ b/libc/net/lib_addroute.c @@ -49,7 +49,7 @@ #include /*************************************************************************** - * Global Functions + * Public Functions ***************************************************************************/ /**************************************************************************** diff --git a/libc/net/lib_delroute.c b/libc/net/lib_delroute.c index fecec3a834f..f508e35afcd 100644 --- a/libc/net/lib_delroute.c +++ b/libc/net/lib_delroute.c @@ -50,7 +50,7 @@ #include /*************************************************************************** - * Global Functions + * Public Functions ***************************************************************************/ /**************************************************************************** diff --git a/libc/net/lib_etherntoa.c b/libc/net/lib_etherntoa.c index 91fb01c570d..728b48ae896 100644 --- a/libc/net/lib_etherntoa.c +++ b/libc/net/lib_etherntoa.c @@ -44,7 +44,7 @@ #include /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/net/lib_htonl.c b/libc/net/lib_htonl.c index a10f54f3790..919cf2f9d7c 100644 --- a/libc/net/lib_htonl.c +++ b/libc/net/lib_htonl.c @@ -43,7 +43,7 @@ #include /************************************************************ - * Global Functions + * Public Functions ************************************************************/ uint32_t htonl(uint32_t hl) diff --git a/libc/net/lib_htons.c b/libc/net/lib_htons.c index 13addd9136e..c3ff0fd66f2 100644 --- a/libc/net/lib_htons.c +++ b/libc/net/lib_htons.c @@ -47,7 +47,7 @@ #include /*************************************************************************** - * Global Functions + * Public Functions ***************************************************************************/ uint16_t htons(uint16_t hs) diff --git a/libc/net/lib_inetntoa.c b/libc/net/lib_inetntoa.c index 9e763de6b47..60c5742871f 100644 --- a/libc/net/lib_inetntoa.c +++ b/libc/net/lib_inetntoa.c @@ -47,7 +47,7 @@ #ifdef CONFIG_NET_IPv4 /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/pthread/pthread_attrdestroy.c b/libc/pthread/pthread_attrdestroy.c index 0e2091808a6..22a7d8e8940 100644 --- a/libc/pthread/pthread_attrdestroy.c +++ b/libc/pthread/pthread_attrdestroy.c @@ -53,7 +53,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/pthread/pthread_attrgetinheritsched.c b/libc/pthread/pthread_attrgetinheritsched.c index 4471c98e597..5fad0456c25 100644 --- a/libc/pthread/pthread_attrgetinheritsched.c +++ b/libc/pthread/pthread_attrgetinheritsched.c @@ -53,7 +53,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/pthread/pthread_attrgetschedpolicy.c b/libc/pthread/pthread_attrgetschedpolicy.c index 1c3b47ba67d..ff67f5ad965 100644 --- a/libc/pthread/pthread_attrgetschedpolicy.c +++ b/libc/pthread/pthread_attrgetschedpolicy.c @@ -52,7 +52,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/pthread/pthread_attrgetstacksize.c b/libc/pthread/pthread_attrgetstacksize.c index 4b3cd4b9148..fc65f3d65f5 100644 --- a/libc/pthread/pthread_attrgetstacksize.c +++ b/libc/pthread/pthread_attrgetstacksize.c @@ -52,7 +52,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/pthread/pthread_attrinit.c b/libc/pthread/pthread_attrinit.c index 3a304629f28..e40dfa81f4a 100644 --- a/libc/pthread/pthread_attrinit.c +++ b/libc/pthread/pthread_attrinit.c @@ -55,7 +55,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /* Default pthread attributes (see include/nuttx/pthread.h). When configured diff --git a/libc/pthread/pthread_attrsetinheritsched.c b/libc/pthread/pthread_attrsetinheritsched.c index ccbe81626de..34d8ce277d3 100644 --- a/libc/pthread/pthread_attrsetinheritsched.c +++ b/libc/pthread/pthread_attrsetinheritsched.c @@ -54,7 +54,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/pthread/pthread_attrsetstacksize.c b/libc/pthread/pthread_attrsetstacksize.c index 8a19105981a..96379dd0e60 100644 --- a/libc/pthread/pthread_attrsetstacksize.c +++ b/libc/pthread/pthread_attrsetstacksize.c @@ -53,7 +53,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/pthread/pthread_barrierattrdestroy.c b/libc/pthread/pthread_barrierattrdestroy.c index 7699ecdfda6..55f735a1c2b 100644 --- a/libc/pthread/pthread_barrierattrdestroy.c +++ b/libc/pthread/pthread_barrierattrdestroy.c @@ -52,7 +52,7 @@ ********************************************************************************/ /******************************************************************************** - * Global Variables + * Public Data ********************************************************************************/ /******************************************************************************** diff --git a/libc/pthread/pthread_barrierattrgetpshared.c b/libc/pthread/pthread_barrierattrgetpshared.c index ebd2ef81e9b..d64423499e8 100644 --- a/libc/pthread/pthread_barrierattrgetpshared.c +++ b/libc/pthread/pthread_barrierattrgetpshared.c @@ -52,7 +52,7 @@ ********************************************************************************/ /******************************************************************************** - * Global Variables + * Public Data ********************************************************************************/ /******************************************************************************** diff --git a/libc/pthread/pthread_barrierattrinit.c b/libc/pthread/pthread_barrierattrinit.c index c1fc8f95d0b..2deb60ba56e 100644 --- a/libc/pthread/pthread_barrierattrinit.c +++ b/libc/pthread/pthread_barrierattrinit.c @@ -52,7 +52,7 @@ ********************************************************************************/ /******************************************************************************** - * Global Variables + * Public Data ********************************************************************************/ /******************************************************************************** diff --git a/libc/pthread/pthread_barrierattrsetpshared.c b/libc/pthread/pthread_barrierattrsetpshared.c index da08de53844..2fd224bad6b 100644 --- a/libc/pthread/pthread_barrierattrsetpshared.c +++ b/libc/pthread/pthread_barrierattrsetpshared.c @@ -52,7 +52,7 @@ ********************************************************************************/ /******************************************************************************** - * Global Variables + * Public Data ********************************************************************************/ /******************************************************************************** diff --git a/libc/pthread/pthread_condattrdestroy.c b/libc/pthread/pthread_condattrdestroy.c index 30a0c4db1b7..5e25a7d421f 100644 --- a/libc/pthread/pthread_condattrdestroy.c +++ b/libc/pthread/pthread_condattrdestroy.c @@ -44,7 +44,7 @@ #include /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/pthread/pthread_condattrinit.c b/libc/pthread/pthread_condattrinit.c index 1cc0a93e737..220d972e100 100644 --- a/libc/pthread/pthread_condattrinit.c +++ b/libc/pthread/pthread_condattrinit.c @@ -44,7 +44,7 @@ #include /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/pthread/pthread_mutexattrdestroy.c b/libc/pthread/pthread_mutexattrdestroy.c index ad92c4c1564..c59478d8804 100644 --- a/libc/pthread/pthread_mutexattrdestroy.c +++ b/libc/pthread/pthread_mutexattrdestroy.c @@ -52,7 +52,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/pthread/pthread_mutexattrgetpshared.c b/libc/pthread/pthread_mutexattrgetpshared.c index e930a38a577..97f69b0d779 100644 --- a/libc/pthread/pthread_mutexattrgetpshared.c +++ b/libc/pthread/pthread_mutexattrgetpshared.c @@ -52,7 +52,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/pthread/pthread_mutexattrgettype.c b/libc/pthread/pthread_mutexattrgettype.c index f5d662f7b1f..240a1570550 100644 --- a/libc/pthread/pthread_mutexattrgettype.c +++ b/libc/pthread/pthread_mutexattrgettype.c @@ -52,7 +52,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/pthread/pthread_mutexattrinit.c b/libc/pthread/pthread_mutexattrinit.c index cbb2f29ead6..17dbd9e8498 100644 --- a/libc/pthread/pthread_mutexattrinit.c +++ b/libc/pthread/pthread_mutexattrinit.c @@ -52,7 +52,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/pthread/pthread_mutexattrsetpshared.c b/libc/pthread/pthread_mutexattrsetpshared.c index 94a07dda055..075820df521 100644 --- a/libc/pthread/pthread_mutexattrsetpshared.c +++ b/libc/pthread/pthread_mutexattrsetpshared.c @@ -52,7 +52,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/pthread/pthread_mutexattrsettype.c b/libc/pthread/pthread_mutexattrsettype.c index b0641b384af..b3f23f4da0f 100644 --- a/libc/pthread/pthread_mutexattrsettype.c +++ b/libc/pthread/pthread_mutexattrsettype.c @@ -52,7 +52,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/pthread/pthread_startup.c b/libc/pthread/pthread_startup.c index 6dea37c4eb9..7bbac36cd04 100644 --- a/libc/pthread/pthread_startup.c +++ b/libc/pthread/pthread_startup.c @@ -56,7 +56,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/sched/task_startup.c b/libc/sched/task_startup.c index 8c81c0b50f6..754e5aee3c6 100644 --- a/libc/sched/task_startup.c +++ b/libc/sched/task_startup.c @@ -55,7 +55,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/semaphore/sem_getvalue.c b/libc/semaphore/sem_getvalue.c index 3c92aa26634..b1412a85ce3 100644 --- a/libc/semaphore/sem_getvalue.c +++ b/libc/semaphore/sem_getvalue.c @@ -52,7 +52,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/semaphore/sem_init.c b/libc/semaphore/sem_init.c index c0554ef51b7..c7a4f70261f 100644 --- a/libc/semaphore/sem_init.c +++ b/libc/semaphore/sem_init.c @@ -53,7 +53,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/signal/sig_fillset.c b/libc/signal/sig_fillset.c index ceeafdd3134..ecd5a82bc94 100644 --- a/libc/signal/sig_fillset.c +++ b/libc/signal/sig_fillset.c @@ -48,7 +48,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/signal/sig_ismember.c b/libc/signal/sig_ismember.c index 1a8590e003d..e03f5fbe978 100644 --- a/libc/signal/sig_ismember.c +++ b/libc/signal/sig_ismember.c @@ -48,7 +48,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/spawn/lib_psa_dump.c b/libc/spawn/lib_psa_dump.c index b949d230a2c..935de174ed2 100644 --- a/libc/spawn/lib_psa_dump.c +++ b/libc/spawn/lib_psa_dump.c @@ -45,7 +45,7 @@ #ifdef CONFIG_DEBUG /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/spawn/lib_psa_getflags.c b/libc/spawn/lib_psa_getflags.c index f0e07f0c22f..d365030cafc 100644 --- a/libc/spawn/lib_psa_getflags.c +++ b/libc/spawn/lib_psa_getflags.c @@ -43,7 +43,7 @@ #include /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/spawn/lib_psa_getschedparam.c b/libc/spawn/lib_psa_getschedparam.c index 3a4e48d921c..8de95a27c12 100644 --- a/libc/spawn/lib_psa_getschedparam.c +++ b/libc/spawn/lib_psa_getschedparam.c @@ -44,7 +44,7 @@ #include /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/spawn/lib_psa_getschedpolicy.c b/libc/spawn/lib_psa_getschedpolicy.c index 8f36456664d..52cabb265bc 100644 --- a/libc/spawn/lib_psa_getschedpolicy.c +++ b/libc/spawn/lib_psa_getschedpolicy.c @@ -43,7 +43,7 @@ #include /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/spawn/lib_psa_getsigmask.c b/libc/spawn/lib_psa_getsigmask.c index dd3495b4d02..db25257ead1 100644 --- a/libc/spawn/lib_psa_getsigmask.c +++ b/libc/spawn/lib_psa_getsigmask.c @@ -46,7 +46,7 @@ #ifndef CONFIG_DISABLE_SIGNALS /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/spawn/lib_psa_setflags.c b/libc/spawn/lib_psa_setflags.c index 34b71d841c7..d0362c81d85 100644 --- a/libc/spawn/lib_psa_setflags.c +++ b/libc/spawn/lib_psa_setflags.c @@ -43,7 +43,7 @@ #include /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/spawn/lib_psa_setschedpolicy.c b/libc/spawn/lib_psa_setschedpolicy.c index 136a6f0fdb5..d123db25dd6 100644 --- a/libc/spawn/lib_psa_setschedpolicy.c +++ b/libc/spawn/lib_psa_setschedpolicy.c @@ -43,7 +43,7 @@ #include /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/spawn/lib_psa_setsigmask.c b/libc/spawn/lib_psa_setsigmask.c index 28b7daf7791..038efa6905c 100644 --- a/libc/spawn/lib_psa_setsigmask.c +++ b/libc/spawn/lib_psa_setsigmask.c @@ -46,7 +46,7 @@ #ifndef CONFIG_DISABLE_SIGNALS /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/spawn/lib_psfa_addaction.c b/libc/spawn/lib_psfa_addaction.c index 8700efc2a59..62c927b2e44 100644 --- a/libc/spawn/lib_psfa_addaction.c +++ b/libc/spawn/lib_psfa_addaction.c @@ -44,7 +44,7 @@ #include /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/spawn/lib_psfa_addclose.c b/libc/spawn/lib_psfa_addclose.c index 4f813f65c25..eaf3e088923 100644 --- a/libc/spawn/lib_psfa_addclose.c +++ b/libc/spawn/lib_psfa_addclose.c @@ -49,7 +49,7 @@ #include "lib_internal.h" /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/spawn/lib_psfa_adddup2.c b/libc/spawn/lib_psfa_adddup2.c index a10f476f1bf..5b4833c5b04 100644 --- a/libc/spawn/lib_psfa_adddup2.c +++ b/libc/spawn/lib_psfa_adddup2.c @@ -49,7 +49,7 @@ #include "lib_internal.h" /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/spawn/lib_psfa_addopen.c b/libc/spawn/lib_psfa_addopen.c index 4be80ff1c3b..4bb096efb76 100644 --- a/libc/spawn/lib_psfa_addopen.c +++ b/libc/spawn/lib_psfa_addopen.c @@ -50,7 +50,7 @@ #include "lib_internal.h" /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/spawn/lib_psfa_destroy.c b/libc/spawn/lib_psfa_destroy.c index 9bbc3d906fa..e4020304b1e 100644 --- a/libc/spawn/lib_psfa_destroy.c +++ b/libc/spawn/lib_psfa_destroy.c @@ -48,7 +48,7 @@ #include "lib_internal.h" /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/spawn/lib_psfa_init.c b/libc/spawn/lib_psfa_init.c index 5c902125a8a..64d900a22c8 100644 --- a/libc/spawn/lib_psfa_init.c +++ b/libc/spawn/lib_psfa_init.c @@ -42,7 +42,7 @@ #include /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_asprintf.c b/libc/stdio/lib_asprintf.c index 92a17a82b0d..09e6f42e93e 100644 --- a/libc/stdio/lib_asprintf.c +++ b/libc/stdio/lib_asprintf.c @@ -55,11 +55,11 @@ ****************************************************************************/ /**************************************************************************** - * Global Constant Data + * Public Constant Data ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** @@ -71,7 +71,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_fclose.c b/libc/stdio/lib_fclose.c index 50e7e63bcb1..ff54efba4c1 100644 --- a/libc/stdio/lib_fclose.c +++ b/libc/stdio/lib_fclose.c @@ -48,7 +48,7 @@ #include "lib_internal.h" /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_fflush.c b/libc/stdio/lib_fflush.c index a84a14a5995..bb3d0313cdb 100644 --- a/libc/stdio/lib_fflush.c +++ b/libc/stdio/lib_fflush.c @@ -61,11 +61,11 @@ ****************************************************************************/ /**************************************************************************** - * Global Constant Data + * Public Constant Data ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** @@ -77,7 +77,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_fgetc.c b/libc/stdio/lib_fgetc.c index 297d5e71644..20ebd41b294 100644 --- a/libc/stdio/lib_fgetc.c +++ b/libc/stdio/lib_fgetc.c @@ -57,15 +57,15 @@ ****************************************************************************/ /**************************************************************************** - * Global Function Prototypes + * Public Function Prototypes ****************************************************************************/ /************************************************************************** - * Global Constant Data + * Public Constant Data **************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /************************************************************************** @@ -77,7 +77,7 @@ **************************************************************************/ /**************************************************************************** - * Global Functions + * Public Functions **************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_fgetpos.c b/libc/stdio/lib_fgetpos.c index 322890613e5..e2c4d0c6966 100644 --- a/libc/stdio/lib_fgetpos.c +++ b/libc/stdio/lib_fgetpos.c @@ -62,11 +62,11 @@ ****************************************************************************/ /**************************************************************************** - * Global Constant Data + * Public Constant Data ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_fileno.c b/libc/stdio/lib_fileno.c index dff72becc48..555d288759b 100644 --- a/libc/stdio/lib_fileno.c +++ b/libc/stdio/lib_fileno.c @@ -47,7 +47,7 @@ #if CONFIG_NFILE_STREAMS > 0 /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ int fileno(FAR FILE *stream) diff --git a/libc/stdio/lib_fprintf.c b/libc/stdio/lib_fprintf.c index 718dc40f5bf..d4420ada23c 100644 --- a/libc/stdio/lib_fprintf.c +++ b/libc/stdio/lib_fprintf.c @@ -56,11 +56,11 @@ ****************************************************************************/ /**************************************************************************** - * Global Constant Data + * Public Constant Data ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_fputc.c b/libc/stdio/lib_fputc.c index d6029b07b96..f434d442e26 100644 --- a/libc/stdio/lib_fputc.c +++ b/libc/stdio/lib_fputc.c @@ -57,15 +57,15 @@ ****************************************************************************/ /**************************************************************************** - * Global Function Prototypes + * Public Function Prototypes ****************************************************************************/ /**************************************************************************** - * Global Constant Data + * Public Constant Data ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** @@ -77,7 +77,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_fputs.c b/libc/stdio/lib_fputs.c index fdfbd53904e..a1bcd89c3d5 100644 --- a/libc/stdio/lib_fputs.c +++ b/libc/stdio/lib_fputs.c @@ -64,15 +64,15 @@ ****************************************************************************/ /**************************************************************************** - * Global Function Prototypes + * Public Function Prototypes ****************************************************************************/ /**************************************************************************** - * Global Constant Data + * Public Constant Data ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_fread.c b/libc/stdio/lib_fread.c index 3bfac69956b..9c8b2d378a3 100644 --- a/libc/stdio/lib_fread.c +++ b/libc/stdio/lib_fread.c @@ -57,11 +57,11 @@ ****************************************************************************/ /**************************************************************************** - * Global Constant Data + * Public Constant Data ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_fseek.c b/libc/stdio/lib_fseek.c index f11efa1d092..f09155dc0ab 100644 --- a/libc/stdio/lib_fseek.c +++ b/libc/stdio/lib_fseek.c @@ -64,11 +64,11 @@ ****************************************************************************/ /**************************************************************************** - * Global Constant Data + * Public Constant Data ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_fsetpos.c b/libc/stdio/lib_fsetpos.c index d33fe4ca301..71093d4ce86 100644 --- a/libc/stdio/lib_fsetpos.c +++ b/libc/stdio/lib_fsetpos.c @@ -64,11 +64,11 @@ ****************************************************************************/ /**************************************************************************** - * Global Constant Data + * Public Constant Data ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_ftell.c b/libc/stdio/lib_ftell.c index 85390c918a3..c72e4e1b85b 100644 --- a/libc/stdio/lib_ftell.c +++ b/libc/stdio/lib_ftell.c @@ -64,11 +64,11 @@ ****************************************************************************/ /**************************************************************************** - * Global Constant Data + * Public Constant Data ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_fwrite.c b/libc/stdio/lib_fwrite.c index e10eef8e190..ed2dce16d8a 100644 --- a/libc/stdio/lib_fwrite.c +++ b/libc/stdio/lib_fwrite.c @@ -57,11 +57,11 @@ ****************************************************************************/ /**************************************************************************** - * Global Constant Data + * Public Constant Data ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_libdtoa.c b/libc/stdio/lib_libdtoa.c index 0120bafd2d3..95a5dcc70bd 100644 --- a/libc/stdio/lib_libdtoa.c +++ b/libc/stdio/lib_libdtoa.c @@ -71,11 +71,11 @@ ****************************************************************************/ /**************************************************************************** - * Global Constant Data + * Public Constant Data ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_libfflush.c b/libc/stdio/lib_libfflush.c index 842de018a80..6c0dfabe834 100644 --- a/libc/stdio/lib_libfflush.c +++ b/libc/stdio/lib_libfflush.c @@ -62,11 +62,11 @@ ****************************************************************************/ /**************************************************************************** - * Global Constant Data + * Public Constant Data ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_libflushall.c b/libc/stdio/lib_libflushall.c index 9bb94c5c8ea..7c7b8d9b660 100644 --- a/libc/stdio/lib_libflushall.c +++ b/libc/stdio/lib_libflushall.c @@ -60,11 +60,11 @@ ****************************************************************************/ /**************************************************************************** - * Global Constant Data + * Public Constant Data ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** @@ -76,7 +76,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_libfread.c b/libc/stdio/lib_libfread.c index 684f33b7439..27011738c97 100644 --- a/libc/stdio/lib_libfread.c +++ b/libc/stdio/lib_libfread.c @@ -61,11 +61,11 @@ ****************************************************************************/ /**************************************************************************** - * Global Constant Data + * Public Constant Data ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_libfwrite.c b/libc/stdio/lib_libfwrite.c index 26fc0b18455..76c8d72797f 100644 --- a/libc/stdio/lib_libfwrite.c +++ b/libc/stdio/lib_libfwrite.c @@ -61,11 +61,11 @@ ****************************************************************************/ /**************************************************************************** - * Global Constant Data + * Public Constant Data ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_libnoflush.c b/libc/stdio/lib_libnoflush.c index eafe63977bb..63e4d529500 100644 --- a/libc/stdio/lib_libnoflush.c +++ b/libc/stdio/lib_libnoflush.c @@ -64,11 +64,11 @@ ****************************************************************************/ /**************************************************************************** - * Global Constant Data + * Public Constant Data ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** @@ -80,7 +80,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_libsnoflush.c b/libc/stdio/lib_libsnoflush.c index d3cf8c0f484..1e5af1474b2 100644 --- a/libc/stdio/lib_libsnoflush.c +++ b/libc/stdio/lib_libsnoflush.c @@ -63,11 +63,11 @@ ****************************************************************************/ /**************************************************************************** - * Global Constant Data + * Public Constant Data ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** @@ -79,7 +79,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_libsprintf.c b/libc/stdio/lib_libsprintf.c index fd7fa56e327..1d8abbced70 100644 --- a/libc/stdio/lib_libsprintf.c +++ b/libc/stdio/lib_libsprintf.c @@ -53,11 +53,11 @@ ****************************************************************************/ /**************************************************************************** - * Global Constant Data + * Public Constant Data ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_libvsprintf.c b/libc/stdio/lib_libvsprintf.c index b075487821e..61cac292836 100644 --- a/libc/stdio/lib_libvsprintf.c +++ b/libc/stdio/lib_libvsprintf.c @@ -203,11 +203,11 @@ static void postjustify(FAR struct lib_outstream_s *obj, uint8_t fmt, #endif /**************************************************************************** - * Global Constant Data + * Public Constant Data ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_printf.c b/libc/stdio/lib_printf.c index b306ca3b348..1c210a7c0d8 100644 --- a/libc/stdio/lib_printf.c +++ b/libc/stdio/lib_printf.c @@ -59,15 +59,15 @@ ****************************************************************************/ /**************************************************************************** - * Global Function Prototypes + * Public Function Prototypes ****************************************************************************/ /************************************************************************** - * Global Constant Data + * Public Constant Data **************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /************************************************************************** @@ -79,7 +79,7 @@ **************************************************************************/ /**************************************************************************** - * Global Functions + * Public Functions **************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_puts.c b/libc/stdio/lib_puts.c index a9317dc4992..4d2ab4c4ede 100644 --- a/libc/stdio/lib_puts.c +++ b/libc/stdio/lib_puts.c @@ -57,7 +57,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Function Prototypes + * Public Function Prototypes ****************************************************************************/ /**************************************************************************** @@ -65,7 +65,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_rdflush.c b/libc/stdio/lib_rdflush.c index efc5d4ea02c..65d37ac3568 100644 --- a/libc/stdio/lib_rdflush.c +++ b/libc/stdio/lib_rdflush.c @@ -63,11 +63,11 @@ ****************************************************************************/ /**************************************************************************** - * Global Constant Data + * Public Constant Data ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** @@ -79,7 +79,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_snprintf.c b/libc/stdio/lib_snprintf.c index d1232e11a91..63d0b2a5dfd 100644 --- a/libc/stdio/lib_snprintf.c +++ b/libc/stdio/lib_snprintf.c @@ -57,11 +57,11 @@ ****************************************************************************/ /**************************************************************************** - * Global Constant Data + * Public Constant Data ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** @@ -73,7 +73,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_sprintf.c b/libc/stdio/lib_sprintf.c index 347efc59cba..a0b3321bb1b 100644 --- a/libc/stdio/lib_sprintf.c +++ b/libc/stdio/lib_sprintf.c @@ -53,11 +53,11 @@ ****************************************************************************/ /**************************************************************************** - * Global Constant Data + * Public Constant Data ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** @@ -69,7 +69,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_sscanf.c b/libc/stdio/lib_sscanf.c index 24b36998e1c..c094cb1fb32 100644 --- a/libc/stdio/lib_sscanf.c +++ b/libc/stdio/lib_sscanf.c @@ -73,17 +73,17 @@ ****************************************************************************/ /**************************************************************************** - * Global Function Prototypes + * Public Function Prototypes ****************************************************************************/ int vsscanf(FAR const char *buf, FAR const char *fmt, va_list ap); /**************************************************************************** - * Global Constant Data + * Public Constant Data ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_ungetc.c b/libc/stdio/lib_ungetc.c index 68eb5d5c038..473262d09f1 100644 --- a/libc/stdio/lib_ungetc.c +++ b/libc/stdio/lib_ungetc.c @@ -61,15 +61,15 @@ ****************************************************************************/ /**************************************************************************** - * Global Function Prototypes + * Public Function Prototypes ****************************************************************************/ /************************************************************************** - * Global Constant Data + * Public Constant Data **************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /************************************************************************** diff --git a/libc/stdio/lib_vasprintf.c b/libc/stdio/lib_vasprintf.c index aa177575413..f7b24027123 100644 --- a/libc/stdio/lib_vasprintf.c +++ b/libc/stdio/lib_vasprintf.c @@ -75,11 +75,11 @@ ****************************************************************************/ /**************************************************************************** - * Global Constant Data + * Public Constant Data ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** @@ -91,7 +91,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_vfprintf.c b/libc/stdio/lib_vfprintf.c index c6bfe588c79..8681b2151d1 100644 --- a/libc/stdio/lib_vfprintf.c +++ b/libc/stdio/lib_vfprintf.c @@ -57,11 +57,11 @@ ****************************************************************************/ /**************************************************************************** - * Global Constant Data + * Public Constant Data ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_vprintf.c b/libc/stdio/lib_vprintf.c index 13890e928b8..7db042bcf55 100644 --- a/libc/stdio/lib_vprintf.c +++ b/libc/stdio/lib_vprintf.c @@ -56,15 +56,15 @@ ****************************************************************************/ /**************************************************************************** - * Global Function Prototypes + * Public Function Prototypes ****************************************************************************/ /************************************************************************** - * Global Constant Data + * Public Constant Data **************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /************************************************************************** diff --git a/libc/stdio/lib_vsnprintf.c b/libc/stdio/lib_vsnprintf.c index dca39e61eb3..5fd300f7fe3 100644 --- a/libc/stdio/lib_vsnprintf.c +++ b/libc/stdio/lib_vsnprintf.c @@ -57,11 +57,11 @@ ****************************************************************************/ /**************************************************************************** - * Global Constant Data + * Public Constant Data ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_vsprintf.c b/libc/stdio/lib_vsprintf.c index 737cfdc5b91..57589cef565 100644 --- a/libc/stdio/lib_vsprintf.c +++ b/libc/stdio/lib_vsprintf.c @@ -56,11 +56,11 @@ ****************************************************************************/ /**************************************************************************** - * Global Constant Data + * Public Constant Data ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdio/lib_wrflush.c b/libc/stdio/lib_wrflush.c index 40b8e38c8d2..0587e417ebc 100644 --- a/libc/stdio/lib_wrflush.c +++ b/libc/stdio/lib_wrflush.c @@ -58,11 +58,11 @@ ****************************************************************************/ /**************************************************************************** - * Global Constant Data + * Public Constant Data ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/stdlib/lib_abort.c b/libc/stdlib/lib_abort.c index 1c7442c7f57..0cbeff3c00e 100644 --- a/libc/stdlib/lib_abort.c +++ b/libc/stdlib/lib_abort.c @@ -51,7 +51,7 @@ ************************************************************************/ /************************************************************************ - * Global Variables + * Public Data ************************************************************************/ /************************************************************************ diff --git a/libc/stdlib/lib_abs.c b/libc/stdlib/lib_abs.c index a4e4ec66942..677ea7dfdb8 100644 --- a/libc/stdlib/lib_abs.c +++ b/libc/stdlib/lib_abs.c @@ -41,7 +41,7 @@ #include /************************************************************************ - * Global Functions + * Public Functions ************************************************************************/ int abs(int j) diff --git a/libc/stdlib/lib_imaxabs.c b/libc/stdlib/lib_imaxabs.c index d365043727b..fca9fe7f03f 100644 --- a/libc/stdlib/lib_imaxabs.c +++ b/libc/stdlib/lib_imaxabs.c @@ -41,7 +41,7 @@ #include /************************************************************************ - * Global Functions + * Public Functions ************************************************************************/ intmax_t imaxabs(intmax_t j) diff --git a/libc/stdlib/lib_itoa.c b/libc/stdlib/lib_itoa.c index 553591c0976..4e6b2feec37 100644 --- a/libc/stdlib/lib_itoa.c +++ b/libc/stdlib/lib_itoa.c @@ -46,7 +46,7 @@ #include /************************************************************************ - * Global Functions + * Public Functions ************************************************************************/ char *itoa(int val, char *str, int base) diff --git a/libc/stdlib/lib_labs.c b/libc/stdlib/lib_labs.c index 7cf92a0a19f..7eef7416316 100644 --- a/libc/stdlib/lib_labs.c +++ b/libc/stdlib/lib_labs.c @@ -41,7 +41,7 @@ #include /************************************************************************ - * Global Functions + * Public Functions ************************************************************************/ long int labs(long int j) diff --git a/libc/stdlib/lib_llabs.c b/libc/stdlib/lib_llabs.c index 3630d1716f5..452b624c3bf 100644 --- a/libc/stdlib/lib_llabs.c +++ b/libc/stdlib/lib_llabs.c @@ -42,7 +42,7 @@ #include /************************************************************************ - * Global Functions + * Public Functions ************************************************************************/ #ifdef CONFIG_HAVE_LONG_LONG diff --git a/libc/string/lib_memccpy.c b/libc/string/lib_memccpy.c index 1d77f58fe9e..525eb872c55 100644 --- a/libc/string/lib_memccpy.c +++ b/libc/string/lib_memccpy.c @@ -46,7 +46,7 @@ #include /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ diff --git a/libc/string/lib_memchr.c b/libc/string/lib_memchr.c index 0ac60910425..f1fe85baf22 100644 --- a/libc/string/lib_memchr.c +++ b/libc/string/lib_memchr.c @@ -42,7 +42,7 @@ #include /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/string/lib_memcmp.c b/libc/string/lib_memcmp.c index 5434bb84742..66acb1fdfb2 100644 --- a/libc/string/lib_memcmp.c +++ b/libc/string/lib_memcmp.c @@ -46,7 +46,7 @@ #include /************************************************************ - * Global Functions + * Public Functions ************************************************************/ #ifndef CONFIG_ARCH_MEMCMP diff --git a/libc/string/lib_memcpy.c b/libc/string/lib_memcpy.c index 2ebd5beee13..aff9c343470 100644 --- a/libc/string/lib_memcpy.c +++ b/libc/string/lib_memcpy.c @@ -46,7 +46,7 @@ #include /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/string/lib_memmove.c b/libc/string/lib_memmove.c index cc83172238c..6c37fb22244 100644 --- a/libc/string/lib_memmove.c +++ b/libc/string/lib_memmove.c @@ -46,7 +46,7 @@ #include /************************************************************ - * Global Functions + * Public Functions ************************************************************/ #ifndef CONFIG_ARCH_MEMMOVE diff --git a/libc/string/lib_memset.c b/libc/string/lib_memset.c index 0b98ebf96f9..67f45ab6a99 100644 --- a/libc/string/lib_memset.c +++ b/libc/string/lib_memset.c @@ -60,7 +60,7 @@ #endif /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ #ifndef CONFIG_ARCH_MEMSET diff --git a/libc/string/lib_strcasestr.c b/libc/string/lib_strcasestr.c index 7f17a686d01..85cb9a043a5 100644 --- a/libc/string/lib_strcasestr.c +++ b/libc/string/lib_strcasestr.c @@ -66,7 +66,7 @@ static FAR char *strcasechr(FAR const char *s, int uc) } /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ FAR char *strcasestr(FAR const char *str, FAR const char *substr) diff --git a/libc/string/lib_strcat.c b/libc/string/lib_strcat.c index b331d3f1c14..bc1cfde522c 100644 --- a/libc/string/lib_strcat.c +++ b/libc/string/lib_strcat.c @@ -42,7 +42,7 @@ #include /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ #ifndef CONFIG_ARCH_STRCAT diff --git a/libc/string/lib_strchr.c b/libc/string/lib_strchr.c index 7d7cf3757ce..371c8492b03 100644 --- a/libc/string/lib_strchr.c +++ b/libc/string/lib_strchr.c @@ -42,7 +42,7 @@ #include /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/string/lib_strcspn.c b/libc/string/lib_strcspn.c index 23e913fadf2..dd4a6928750 100644 --- a/libc/string/lib_strcspn.c +++ b/libc/string/lib_strcspn.c @@ -46,7 +46,7 @@ #include /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/string/lib_strdup.c b/libc/string/lib_strdup.c index 38eed709c57..ee626e184e8 100644 --- a/libc/string/lib_strdup.c +++ b/libc/string/lib_strdup.c @@ -44,7 +44,7 @@ #include "lib_internal.h" /************************************************************************ - * Global Functions + * Public Functions ************************************************************************/ FAR char *strdup(const char *s) diff --git a/libc/string/lib_strlen.c b/libc/string/lib_strlen.c index 6077858e230..e897354e54a 100644 --- a/libc/string/lib_strlen.c +++ b/libc/string/lib_strlen.c @@ -42,7 +42,7 @@ #include /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ #ifndef CONFIG_ARCH_STRLEN diff --git a/libc/string/lib_strncasecmp.c b/libc/string/lib_strncasecmp.c index 35f701c5ef2..35aba40c056 100644 --- a/libc/string/lib_strncasecmp.c +++ b/libc/string/lib_strncasecmp.c @@ -48,7 +48,7 @@ #include /**************************************************************************** - * Global Functions + * Public Functions *****************************************************************************/ #ifndef CONFIG_ARCH_STRNCASECMP diff --git a/libc/string/lib_strncat.c b/libc/string/lib_strncat.c index 78c54835e08..d9deed58b7b 100644 --- a/libc/string/lib_strncat.c +++ b/libc/string/lib_strncat.c @@ -42,7 +42,7 @@ #include /************************************************************ - * Global Functions + * Public Functions ************************************************************/ #ifndef CONFIG_ARCH_STRNCAT diff --git a/libc/string/lib_strncmp.c b/libc/string/lib_strncmp.c index 179cf031a46..bdeb98720aa 100644 --- a/libc/string/lib_strncmp.c +++ b/libc/string/lib_strncmp.c @@ -46,7 +46,7 @@ #include /**************************************************************************** - * Global Functions + * Public Functions *****************************************************************************/ #ifndef CONFIG_ARCH_STRNCMP diff --git a/libc/string/lib_strndup.c b/libc/string/lib_strndup.c index 5a78e2dcfed..bac9128c5dc 100644 --- a/libc/string/lib_strndup.c +++ b/libc/string/lib_strndup.c @@ -44,7 +44,7 @@ #include "lib_internal.h" /************************************************************************ - * Global Functions + * Public Functions ************************************************************************/ /************************************************************************ * Name: strndup diff --git a/libc/string/lib_strnlen.c b/libc/string/lib_strnlen.c index 9bc3064cb19..863a310caad 100644 --- a/libc/string/lib_strnlen.c +++ b/libc/string/lib_strnlen.c @@ -49,7 +49,7 @@ #include /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ #ifndef CONFIG_ARCH_STRNLEN diff --git a/libc/string/lib_strpbrk.c b/libc/string/lib_strpbrk.c index 3f19dec6e65..c97b395e510 100644 --- a/libc/string/lib_strpbrk.c +++ b/libc/string/lib_strpbrk.c @@ -42,7 +42,7 @@ #include /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ char *strpbrk(const char *str, const char *charset) diff --git a/libc/string/lib_strrchr.c b/libc/string/lib_strrchr.c index 08575c82bf5..2432853d73b 100644 --- a/libc/string/lib_strrchr.c +++ b/libc/string/lib_strrchr.c @@ -42,7 +42,7 @@ #include /************************************************************************ - * Global Functions + * Public Functions ************************************************************************/ /* The strrchr() function returns a pointer to the last diff --git a/libc/string/lib_strspn.c b/libc/string/lib_strspn.c index 6894b2b9dc7..47ab34d8b20 100644 --- a/libc/string/lib_strspn.c +++ b/libc/string/lib_strspn.c @@ -46,7 +46,7 @@ #include /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/string/lib_strstr.c b/libc/string/lib_strstr.c index 0c695f7de27..eb629b709ab 100644 --- a/libc/string/lib_strstr.c +++ b/libc/string/lib_strstr.c @@ -42,7 +42,7 @@ #include /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ FAR char *strstr(FAR const char *str, FAR const char *substr) diff --git a/libc/syslog/lib_lowsyslog.c b/libc/syslog/lib_lowsyslog.c index 79c4a99ff88..7cbc59180bf 100644 --- a/libc/syslog/lib_lowsyslog.c +++ b/libc/syslog/lib_lowsyslog.c @@ -61,15 +61,15 @@ ****************************************************************************/ /**************************************************************************** - * Global Function Prototypes + * Public Function Prototypes ****************************************************************************/ /**************************************************************************** - * Global Constant Data + * Public Constant Data ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/syslog/lib_syslog.c b/libc/syslog/lib_syslog.c index 63640104614..533f61bec5b 100644 --- a/libc/syslog/lib_syslog.c +++ b/libc/syslog/lib_syslog.c @@ -60,15 +60,15 @@ ****************************************************************************/ /**************************************************************************** - * Global Function Prototypes + * Public Function Prototypes ****************************************************************************/ /**************************************************************************** - * Global Constant Data + * Public Constant Data ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/termios/lib_cfgetspeed.c b/libc/termios/lib_cfgetspeed.c index 1cd5ee96d36..b20e8816047 100644 --- a/libc/termios/lib_cfgetspeed.c +++ b/libc/termios/lib_cfgetspeed.c @@ -49,7 +49,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/termios/lib_cfsetspeed.c b/libc/termios/lib_cfsetspeed.c index bb1bde7011a..8c761175369 100644 --- a/libc/termios/lib_cfsetspeed.c +++ b/libc/termios/lib_cfsetspeed.c @@ -50,7 +50,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/termios/lib_tcflush.c b/libc/termios/lib_tcflush.c index 1a9710f6a0a..3203493432d 100644 --- a/libc/termios/lib_tcflush.c +++ b/libc/termios/lib_tcflush.c @@ -55,7 +55,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/termios/lib_tcgetattr.c b/libc/termios/lib_tcgetattr.c index 631bb60638d..5c9c671d76e 100644 --- a/libc/termios/lib_tcgetattr.c +++ b/libc/termios/lib_tcgetattr.c @@ -55,7 +55,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/termios/lib_tcsetattr.c b/libc/termios/lib_tcsetattr.c index 8d7b5ccb076..85e96111cfc 100644 --- a/libc/termios/lib_tcsetattr.c +++ b/libc/termios/lib_tcsetattr.c @@ -55,7 +55,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/time/lib_calendar2utc.c b/libc/time/lib_calendar2utc.c index 4ed9f1d6085..95b33e2321a 100644 --- a/libc/time/lib_calendar2utc.c +++ b/libc/time/lib_calendar2utc.c @@ -62,7 +62,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/time/lib_dayofweek.c b/libc/time/lib_dayofweek.c index 40d7516dc45..b630c838cb6 100644 --- a/libc/time/lib_dayofweek.c +++ b/libc/time/lib_dayofweek.c @@ -64,7 +64,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/time/lib_daysbeforemonth.c b/libc/time/lib_daysbeforemonth.c index ec08afbdae3..e0cad2d206c 100644 --- a/libc/time/lib_daysbeforemonth.c +++ b/libc/time/lib_daysbeforemonth.c @@ -61,7 +61,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/time/lib_gmtime.c b/libc/time/lib_gmtime.c index 9ad67090032..487969bab71 100644 --- a/libc/time/lib_gmtime.c +++ b/libc/time/lib_gmtime.c @@ -62,7 +62,7 @@ **************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /************************************************************************** diff --git a/libc/time/lib_gmtimer.c b/libc/time/lib_gmtimer.c index 59b32fe57ed..c397ae772de 100644 --- a/libc/time/lib_gmtimer.c +++ b/libc/time/lib_gmtimer.c @@ -78,7 +78,7 @@ static void clock_utc2julian(time_t jdn, int *year, int *month, int *day); **************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /************************************************************************** diff --git a/libc/time/lib_isleapyear.c b/libc/time/lib_isleapyear.c index 2a1a8664c4c..faa1412189d 100644 --- a/libc/time/lib_isleapyear.c +++ b/libc/time/lib_isleapyear.c @@ -58,7 +58,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/time/lib_mktime.c b/libc/time/lib_mktime.c index b216c8dc351..84b00ae79a6 100644 --- a/libc/time/lib_mktime.c +++ b/libc/time/lib_mktime.c @@ -61,7 +61,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/unistd/lib_access.c b/libc/unistd/lib_access.c index ce7e24c7ed8..f700a2d6ae3 100644 --- a/libc/unistd/lib_access.c +++ b/libc/unistd/lib_access.c @@ -50,7 +50,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/unistd/lib_chdir.c b/libc/unistd/lib_chdir.c index 8953fb19b67..969b06a2dac 100644 --- a/libc/unistd/lib_chdir.c +++ b/libc/unistd/lib_chdir.c @@ -50,7 +50,7 @@ #if CONFIG_NFILE_DESCRIPTORS > 0 && !defined(CONFIG_DISABLE_ENVIRON) /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/unistd/lib_execl.c b/libc/unistd/lib_execl.c index 040941c1705..86bb3aed69c 100644 --- a/libc/unistd/lib_execl.c +++ b/libc/unistd/lib_execl.c @@ -56,7 +56,7 @@ #define MAX_EXECL_ARGS 256 /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** @@ -64,7 +64,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/unistd/lib_getcwd.c b/libc/unistd/lib_getcwd.c index 694af4070d1..9a25399996c 100644 --- a/libc/unistd/lib_getcwd.c +++ b/libc/unistd/lib_getcwd.c @@ -54,7 +54,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/unistd/lib_getopt.c b/libc/unistd/lib_getopt.c index bda9666be55..0c939fc4203 100644 --- a/libc/unistd/lib_getopt.c +++ b/libc/unistd/lib_getopt.c @@ -48,7 +48,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ FAR char *optarg; /* Optional argument following option */ @@ -63,7 +63,7 @@ static FAR char *g_optptr = NULL; static bool g_binitialized = false; /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/unistd/lib_getoptargp.c b/libc/unistd/lib_getoptargp.c index 5cd1a55d3df..826132e07d5 100644 --- a/libc/unistd/lib_getoptargp.c +++ b/libc/unistd/lib_getoptargp.c @@ -46,7 +46,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** @@ -54,7 +54,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/unistd/lib_getoptindp.c b/libc/unistd/lib_getoptindp.c index 2563aa38481..a487d9b126e 100644 --- a/libc/unistd/lib_getoptindp.c +++ b/libc/unistd/lib_getoptindp.c @@ -46,7 +46,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** @@ -54,7 +54,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/unistd/lib_getoptoptp.c b/libc/unistd/lib_getoptoptp.c index 95e024a7268..238d68ac53e 100644 --- a/libc/unistd/lib_getoptoptp.c +++ b/libc/unistd/lib_getoptoptp.c @@ -46,7 +46,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** @@ -54,7 +54,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/libc/unistd/lib_sleep.c b/libc/unistd/lib_sleep.c index 23b6cfb838f..26f8d5b91e0 100644 --- a/libc/unistd/lib_sleep.c +++ b/libc/unistd/lib_sleep.c @@ -54,7 +54,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/unistd/lib_usleep.c b/libc/unistd/lib_usleep.c index c09de769d8e..09a06feeeb3 100644 --- a/libc/unistd/lib_usleep.c +++ b/libc/unistd/lib_usleep.c @@ -52,7 +52,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/wqueue/work_cancel.c b/libc/wqueue/work_cancel.c index 93a82e80c31..393c84359c5 100644 --- a/libc/wqueue/work_cancel.c +++ b/libc/wqueue/work_cancel.c @@ -59,7 +59,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/wqueue/work_lock.c b/libc/wqueue/work_lock.c index 6ae5d11e839..7b6635991c6 100644 --- a/libc/wqueue/work_lock.c +++ b/libc/wqueue/work_lock.c @@ -57,7 +57,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/wqueue/work_queue.c b/libc/wqueue/work_queue.c index ce0bf4024cc..ae3a412c57f 100644 --- a/libc/wqueue/work_queue.c +++ b/libc/wqueue/work_queue.c @@ -61,7 +61,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libc/wqueue/work_signal.c b/libc/wqueue/work_signal.c index 7e0cfb1adea..a474c2bc36f 100644 --- a/libc/wqueue/work_signal.c +++ b/libc/wqueue/work_signal.c @@ -57,7 +57,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/libnx/nxcontext.h b/libnx/nxcontext.h index 16ec327628f..59bf928327f 100644 --- a/libnx/nxcontext.h +++ b/libnx/nxcontext.h @@ -105,7 +105,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ #undef EXTERN diff --git a/mm/mm_gran/mm_granalloc.c b/mm/mm_gran/mm_granalloc.c index f66e5168bce..f3537c7d6a1 100644 --- a/mm/mm_gran/mm_granalloc.c +++ b/mm/mm_gran/mm_granalloc.c @@ -253,7 +253,7 @@ static inline FAR void *gran_common_alloc(FAR struct gran_s *priv, size_t size) } /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/mm/mm_gran/mm_granfree.c b/mm/mm_gran/mm_granfree.c index d2df5cd4d40..a1b9db99171 100644 --- a/mm/mm_gran/mm_granfree.c +++ b/mm/mm_gran/mm_granfree.c @@ -137,7 +137,7 @@ static inline void gran_common_free(FAR struct gran_s *priv, } /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/mm/mm_heap/mm_addfreechunk.c b/mm/mm_heap/mm_addfreechunk.c index 64b503dd749..7119eebe78c 100644 --- a/mm/mm_heap/mm_addfreechunk.c +++ b/mm/mm_heap/mm_addfreechunk.c @@ -50,7 +50,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/mm/mm_heap/mm_initialize.c b/mm/mm_heap/mm_initialize.c index f2d02d64bd7..188b55dd83f 100644 --- a/mm/mm_heap/mm_initialize.c +++ b/mm/mm_heap/mm_initialize.c @@ -50,7 +50,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/mm/mm_heap/mm_shrinkchunk.c b/mm/mm_heap/mm_shrinkchunk.c index 05fc3a7a0db..ab6c39c20a0 100644 --- a/mm/mm_heap/mm_shrinkchunk.c +++ b/mm/mm_heap/mm_shrinkchunk.c @@ -48,7 +48,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/net/devif/devif_initialize.c b/net/devif/devif_initialize.c index 58fcd8cd03e..606a22f9b75 100644 --- a/net/devif/devif_initialize.c +++ b/net/devif/devif_initialize.c @@ -56,7 +56,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /* IP/TCP/UDP/ICMP statistics for all network interfaces */ diff --git a/net/devif/devif_iobsend.c b/net/devif/devif_iobsend.c index d05109f90fe..157064b0c00 100644 --- a/net/devif/devif_iobsend.c +++ b/net/devif/devif_iobsend.c @@ -65,7 +65,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/net/devif/devif_pktsend.c b/net/devif/devif_pktsend.c index 8cfd091c0d8..1f65182efd6 100644 --- a/net/devif/devif_pktsend.c +++ b/net/devif/devif_pktsend.c @@ -64,7 +64,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/net/devif/devif_send.c b/net/devif/devif_send.c index d2299ebdc55..69781a87fb1 100644 --- a/net/devif/devif_send.c +++ b/net/devif/devif_send.c @@ -64,7 +64,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/net/icmp/icmp_ping.c b/net/icmp/icmp_ping.c index d350d0c35cc..9f231612273 100644 --- a/net/icmp/icmp_ping.c +++ b/net/icmp/icmp_ping.c @@ -94,7 +94,7 @@ struct icmp_ping_s }; /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/net/icmp/icmp_poll.c b/net/icmp/icmp_poll.c index 06ccb8cd198..a2da1208871 100644 --- a/net/icmp/icmp_poll.c +++ b/net/icmp/icmp_poll.c @@ -54,7 +54,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/net/icmp/icmp_send.c b/net/icmp/icmp_send.c index e9662427405..076d598a0ce 100644 --- a/net/icmp/icmp_send.c +++ b/net/icmp/icmp_send.c @@ -60,7 +60,7 @@ #define ICMPBUF ((struct icmp_iphdr_s *)&dev->d_buf[NET_LL_HDRLEN(dev)]) /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/net/icmpv6/icmpv6_ping.c b/net/icmpv6/icmpv6_ping.c index 333b708072c..3cb74d3a487 100644 --- a/net/icmpv6/icmpv6_ping.c +++ b/net/icmpv6/icmpv6_ping.c @@ -97,7 +97,7 @@ struct icmpv6_ping_s }; /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/net/icmpv6/icmpv6_poll.c b/net/icmpv6/icmpv6_poll.c index a87f42161c5..7db797cb2c5 100644 --- a/net/icmpv6/icmpv6_poll.c +++ b/net/icmpv6/icmpv6_poll.c @@ -55,7 +55,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/net/igmp/igmp_send.c b/net/igmp/igmp_send.c index ad1fe8f8e67..f800503ff21 100644 --- a/net/igmp/igmp_send.c +++ b/net/igmp/igmp_send.c @@ -79,7 +79,7 @@ #define IGMPBUF ((struct igmp_iphdr_s *)&dev->d_buf[NET_LL_HDRLEN(dev)]) /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/net/pkt/pkt_input.c b/net/pkt/pkt_input.c index 733da5596f2..f21c3716fc6 100644 --- a/net/pkt/pkt_input.c +++ b/net/pkt/pkt_input.c @@ -61,7 +61,7 @@ #define PKTBUF ((struct eth_hdr_s *)&dev->d_buf) /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/net/pkt/pkt_poll.c b/net/pkt/pkt_poll.c index 701ce011765..14c536fbc14 100644 --- a/net/pkt/pkt_poll.c +++ b/net/pkt/pkt_poll.c @@ -59,7 +59,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/net/socket/socket.h b/net/socket/socket.h index 7137b143ef9..3793573961c 100644 --- a/net/socket/socket.h +++ b/net/socket/socket.h @@ -135,7 +135,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ #undef EXTERN diff --git a/net/tcp/tcp_appsend.c b/net/tcp/tcp_appsend.c index ab799d975a9..b1580112bb9 100644 --- a/net/tcp/tcp_appsend.c +++ b/net/tcp/tcp_appsend.c @@ -60,7 +60,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/net/tcp/tcp_devpoll.c b/net/tcp/tcp_devpoll.c index 9f971db286a..92f7c576686 100644 --- a/net/tcp/tcp_devpoll.c +++ b/net/tcp/tcp_devpoll.c @@ -60,7 +60,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/net/tcp/tcp_input.c b/net/tcp/tcp_input.c index f6af2bbbdcc..c63a08557c2 100644 --- a/net/tcp/tcp_input.c +++ b/net/tcp/tcp_input.c @@ -65,7 +65,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/net/tcp/tcp_send.c b/net/tcp/tcp_send.c index 536cf2dc44b..dc1d3496f00 100644 --- a/net/tcp/tcp_send.c +++ b/net/tcp/tcp_send.c @@ -69,7 +69,7 @@ #define TCPIPv6BUF ((struct tcp_hdr_s *)&dev->d_buf[NET_LL_HDRLEN(dev) + IPv6_HDRLEN]) /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/net/tcp/tcp_timer.c b/net/tcp/tcp_timer.c index 25659790ab7..16dd2e32264 100644 --- a/net/tcp/tcp_timer.c +++ b/net/tcp/tcp_timer.c @@ -61,7 +61,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/net/udp/udp_devpoll.c b/net/udp/udp_devpoll.c index 8352b7b2669..a142db1543f 100644 --- a/net/udp/udp_devpoll.c +++ b/net/udp/udp_devpoll.c @@ -59,7 +59,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/net/udp/udp_input.c b/net/udp/udp_input.c index f699e74ffbe..a77371d0e88 100644 --- a/net/udp/udp_input.c +++ b/net/udp/udp_input.c @@ -61,7 +61,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/net/udp/udp_send.c b/net/udp/udp_send.c index c54933d7154..b505a5953fb 100644 --- a/net/udp/udp_send.c +++ b/net/udp/udp_send.c @@ -75,7 +75,7 @@ ((struct udp_hdr_s *)&dev->d_buf[NET_LL_HDRLEN(dev) + IPv6_HDRLEN]) /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/clock/clock.h b/sched/clock/clock.h index 154af6f5a3e..8a5c55a3e76 100644 --- a/sched/clock/clock.h +++ b/sched/clock/clock.h @@ -64,7 +64,7 @@ ********************************************************************************/ /******************************************************************************** - * Global Variables + * Public Data ********************************************************************************/ #if !defined(CONFIG_SCHED_TICKLESS) && !defined(__HAVE_KERNEL_GLOBALS) diff --git a/sched/clock/clock_abstime2ticks.c b/sched/clock/clock_abstime2ticks.c index 46b1086856d..a33b2acc1b8 100644 --- a/sched/clock/clock_abstime2ticks.c +++ b/sched/clock/clock_abstime2ticks.c @@ -53,7 +53,7 @@ ********************************************************************************/ /******************************************************************************** - * Global Variables + * Public Data ********************************************************************************/ /******************************************************************************** diff --git a/sched/clock/clock_getres.c b/sched/clock/clock_getres.c index ef48a363ebc..656b7945535 100644 --- a/sched/clock/clock_getres.c +++ b/sched/clock/clock_getres.c @@ -63,7 +63,7 @@ **********************************************************************/ /************************************************************************ - * Public Variables + * Public Data ************************************************************************/ /********************************************************************** diff --git a/sched/clock/clock_gettime.c b/sched/clock/clock_gettime.c index ddd71a2e170..1a92a66bc59 100644 --- a/sched/clock/clock_gettime.c +++ b/sched/clock/clock_gettime.c @@ -67,7 +67,7 @@ **********************************************************************/ /************************************************************************ - * Public Variables + * Public Data ************************************************************************/ /********************************************************************** diff --git a/sched/clock/clock_initialize.c b/sched/clock/clock_initialize.c index 50a9af1050e..c1a155707f3 100644 --- a/sched/clock/clock_initialize.c +++ b/sched/clock/clock_initialize.c @@ -77,7 +77,7 @@ **************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ #ifndef CONFIG_SCHED_TICKLESS diff --git a/sched/clock/clock_settime.c b/sched/clock/clock_settime.c index e9f27f0f6a3..8d247f0c6cb 100644 --- a/sched/clock/clock_settime.c +++ b/sched/clock/clock_settime.c @@ -66,7 +66,7 @@ **********************************************************************/ /************************************************************************ - * Public Variables + * Public Data ************************************************************************/ /********************************************************************** diff --git a/sched/clock/clock_ticks2time.c b/sched/clock/clock_ticks2time.c index d77f8497f65..07b7c915bc7 100644 --- a/sched/clock/clock_ticks2time.c +++ b/sched/clock/clock_ticks2time.c @@ -51,7 +51,7 @@ ********************************************************************************/ /******************************************************************************** - * Global Variables + * Public Data ********************************************************************************/ /******************************************************************************** diff --git a/sched/clock/clock_time2ticks.c b/sched/clock/clock_time2ticks.c index df3407f2afc..f01d91b4021 100644 --- a/sched/clock/clock_time2ticks.c +++ b/sched/clock/clock_time2ticks.c @@ -53,7 +53,7 @@ ********************************************************************************/ /******************************************************************************** - * Global Variables + * Public Data ********************************************************************************/ /******************************************************************************** diff --git a/sched/environ/environ.h b/sched/environ/environ.h index 98fc98728a5..c570835c87c 100644 --- a/sched/environ/environ.h +++ b/sched/environ/environ.h @@ -57,7 +57,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ #ifdef __cplusplus diff --git a/sched/group/group_free.c b/sched/group/group_free.c index ce0cc9cad72..b3830e4f7ad 100644 --- a/sched/group/group_free.c +++ b/sched/group/group_free.c @@ -59,7 +59,7 @@ ************************************************************************/ /************************************************************************ - * Global Variables + * Public Data ************************************************************************/ /************************************************************************ diff --git a/sched/group/group_malloc.c b/sched/group/group_malloc.c index 89c0eccfdea..03c603953ce 100644 --- a/sched/group/group_malloc.c +++ b/sched/group/group_malloc.c @@ -59,7 +59,7 @@ ************************************************************************/ /************************************************************************ - * Global Variables + * Public Data ************************************************************************/ /************************************************************************ diff --git a/sched/group/group_zalloc.c b/sched/group/group_zalloc.c index 2fcea0d5ed2..e45deaf4b35 100644 --- a/sched/group/group_zalloc.c +++ b/sched/group/group_zalloc.c @@ -55,7 +55,7 @@ ************************************************************************/ /************************************************************************ - * Global Variables + * Public Data ************************************************************************/ /************************************************************************ diff --git a/sched/init/init.h b/sched/init/init.h index d3f3ae91320..8d60a716942 100644 --- a/sched/init/init.h +++ b/sched/init/init.h @@ -51,7 +51,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/init/os_start.c b/sched/init/os_start.c index cafec16a1dc..29d3bc68f1a 100644 --- a/sched/init/os_start.c +++ b/sched/init/os_start.c @@ -81,7 +81,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /* Task Lists ***************************************************************/ diff --git a/sched/irq/irq.h b/sched/irq/irq.h index 25bda551e58..2e0269243bc 100644 --- a/sched/irq/irq.h +++ b/sched/irq/irq.h @@ -57,7 +57,7 @@ extern FAR xcpt_t g_irqvector[NR_IRQS+1]; /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/irq/irq_attach.c b/sched/irq/irq_attach.c index 8e7d2d275e4..e218a7015c6 100644 --- a/sched/irq/irq_attach.c +++ b/sched/irq/irq_attach.c @@ -52,7 +52,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/irq/irq_dispatch.c b/sched/irq/irq_dispatch.c index 1da5d49c1ae..98f6f28e3d1 100644 --- a/sched/irq/irq_dispatch.c +++ b/sched/irq/irq_dispatch.c @@ -54,7 +54,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/irq/irq_initialize.c b/sched/irq/irq_initialize.c index f9e97e933da..90432609140 100644 --- a/sched/irq/irq_initialize.c +++ b/sched/irq/irq_initialize.c @@ -52,7 +52,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ FAR xcpt_t g_irqvector[NR_IRQS+1]; diff --git a/sched/irq/irq_unexpectedisr.c b/sched/irq/irq_unexpectedisr.c index d4eacbee1df..9f207ae8600 100644 --- a/sched/irq/irq_unexpectedisr.c +++ b/sched/irq/irq_unexpectedisr.c @@ -54,7 +54,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/mqueue/mq_desclose.c b/sched/mqueue/mq_desclose.c index ea77793d363..ae0dc1cefe3 100644 --- a/sched/mqueue/mq_desclose.c +++ b/sched/mqueue/mq_desclose.c @@ -57,7 +57,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/mqueue/mq_descreate.c b/sched/mqueue/mq_descreate.c index df6c8fcdc32..f7f2eba5da4 100644 --- a/sched/mqueue/mq_descreate.c +++ b/sched/mqueue/mq_descreate.c @@ -65,7 +65,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/mqueue/mq_initialize.c b/sched/mqueue/mq_initialize.c index fa0afa40ed4..9d98fe41701 100644 --- a/sched/mqueue/mq_initialize.c +++ b/sched/mqueue/mq_initialize.c @@ -62,7 +62,7 @@ struct mq_des_block_s }; /************************************************************************ - * Public Variables + * Public Data ************************************************************************/ /* The g_msgfree is a list of messages that are available for general diff --git a/sched/mqueue/mq_msgfree.c b/sched/mqueue/mq_msgfree.c index 1630c09d06e..7944e7d1cd3 100644 --- a/sched/mqueue/mq_msgfree.c +++ b/sched/mqueue/mq_msgfree.c @@ -55,7 +55,7 @@ ************************************************************************/ /************************************************************************ - * Public Variables + * Public Data ************************************************************************/ /************************************************************************ diff --git a/sched/mqueue/mq_msgqalloc.c b/sched/mqueue/mq_msgqalloc.c index 280f1f1821a..39c7e04c3ac 100644 --- a/sched/mqueue/mq_msgqalloc.c +++ b/sched/mqueue/mq_msgqalloc.c @@ -58,7 +58,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/mqueue/mq_msgqfree.c b/sched/mqueue/mq_msgqfree.c index 4d899fb3c9e..08360c239ea 100644 --- a/sched/mqueue/mq_msgqfree.c +++ b/sched/mqueue/mq_msgqfree.c @@ -52,7 +52,7 @@ ************************************************************************/ /************************************************************************ - * Public Variables + * Public Data ************************************************************************/ /************************************************************************ diff --git a/sched/mqueue/mq_notify.c b/sched/mqueue/mq_notify.c index 81852513d76..e6efa8a7818 100644 --- a/sched/mqueue/mq_notify.c +++ b/sched/mqueue/mq_notify.c @@ -58,7 +58,7 @@ ************************************************************************/ /************************************************************************ - * Public Variables + * Public Data ************************************************************************/ /************************************************************************ diff --git a/sched/mqueue/mq_rcvinternal.c b/sched/mqueue/mq_rcvinternal.c index 9c69dfe6427..fa7932f0c2a 100644 --- a/sched/mqueue/mq_rcvinternal.c +++ b/sched/mqueue/mq_rcvinternal.c @@ -62,7 +62,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/mqueue/mq_receive.c b/sched/mqueue/mq_receive.c index 8468daebd68..7db59ebb5e6 100644 --- a/sched/mqueue/mq_receive.c +++ b/sched/mqueue/mq_receive.c @@ -57,7 +57,7 @@ ************************************************************************/ /************************************************************************ - * Public Variables + * Public Data ************************************************************************/ /************************************************************************ diff --git a/sched/mqueue/mq_recover.c b/sched/mqueue/mq_recover.c index 3e1ce7e307d..667df729073 100644 --- a/sched/mqueue/mq_recover.c +++ b/sched/mqueue/mq_recover.c @@ -55,7 +55,7 @@ ************************************************************************/ /************************************************************************ - * Public Variables + * Public Data ************************************************************************/ /************************************************************************ diff --git a/sched/mqueue/mq_release.c b/sched/mqueue/mq_release.c index 42276d124b6..9c0e3409c38 100644 --- a/sched/mqueue/mq_release.c +++ b/sched/mqueue/mq_release.c @@ -52,7 +52,7 @@ ************************************************************************/ /************************************************************************ - * Public Variables + * Public Data ************************************************************************/ /************************************************************************ diff --git a/sched/mqueue/mq_send.c b/sched/mqueue/mq_send.c index 457b26922dc..7ba1d1ca9c3 100644 --- a/sched/mqueue/mq_send.c +++ b/sched/mqueue/mq_send.c @@ -57,7 +57,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/mqueue/mq_sndinternal.c b/sched/mqueue/mq_sndinternal.c index d70c165d2c2..3bfb4d9e569 100644 --- a/sched/mqueue/mq_sndinternal.c +++ b/sched/mqueue/mq_sndinternal.c @@ -66,7 +66,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/mqueue/mq_timedreceive.c b/sched/mqueue/mq_timedreceive.c index eb1822f7e4f..858bf60e965 100644 --- a/sched/mqueue/mq_timedreceive.c +++ b/sched/mqueue/mq_timedreceive.c @@ -63,7 +63,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/mqueue/mq_timedsend.c b/sched/mqueue/mq_timedsend.c index 929a5bc6104..03fa03265e7 100644 --- a/sched/mqueue/mq_timedsend.c +++ b/sched/mqueue/mq_timedsend.c @@ -63,7 +63,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/mqueue/mq_waitirq.c b/sched/mqueue/mq_waitirq.c index e22f67d2bb3..092319f8e4d 100644 --- a/sched/mqueue/mq_waitirq.c +++ b/sched/mqueue/mq_waitirq.c @@ -56,7 +56,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/mqueue/mqueue.h b/sched/mqueue/mqueue.h index bd771e140e9..170fcd7a56a 100644 --- a/sched/mqueue/mqueue.h +++ b/sched/mqueue/mqueue.h @@ -102,7 +102,7 @@ struct mqueue_msg_s }; /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ #ifdef __cplusplus diff --git a/sched/paging/pg_miss.c b/sched/paging/pg_miss.c index 21717231a60..7ebdc16829e 100644 --- a/sched/paging/pg_miss.c +++ b/sched/paging/pg_miss.c @@ -52,7 +52,7 @@ #include "paging/paging.h" /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/sched/paging/pg_worker.c b/sched/paging/pg_worker.c index 1ccc123d301..25643dd3a7a 100644 --- a/sched/paging/pg_worker.c +++ b/sched/paging/pg_worker.c @@ -72,7 +72,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /* This is the task ID of the page fill worker thread. This value was set in diff --git a/sched/pthread/pthread.h b/sched/pthread/pthread.h index a436bd090c2..1c4faa34411 100644 --- a/sched/pthread/pthread.h +++ b/sched/pthread/pthread.h @@ -79,7 +79,7 @@ struct join_s }; /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ #ifdef __cplusplus diff --git a/sched/pthread/pthread_barrierdestroy.c b/sched/pthread/pthread_barrierdestroy.c index b2535b0e41d..edf88a28f9a 100644 --- a/sched/pthread/pthread_barrierdestroy.c +++ b/sched/pthread/pthread_barrierdestroy.c @@ -53,7 +53,7 @@ ********************************************************************************/ /******************************************************************************** - * Global Variables + * Public Data ********************************************************************************/ /******************************************************************************** diff --git a/sched/pthread/pthread_barrierinit.c b/sched/pthread/pthread_barrierinit.c index 4185d71807e..46869851449 100644 --- a/sched/pthread/pthread_barrierinit.c +++ b/sched/pthread/pthread_barrierinit.c @@ -53,7 +53,7 @@ ********************************************************************************/ /******************************************************************************** - * Global Variables + * Public Data ********************************************************************************/ /******************************************************************************** diff --git a/sched/pthread/pthread_barrierwait.c b/sched/pthread/pthread_barrierwait.c index 7d0126eebe3..74a459137ff 100644 --- a/sched/pthread/pthread_barrierwait.c +++ b/sched/pthread/pthread_barrierwait.c @@ -54,7 +54,7 @@ ********************************************************************************/ /******************************************************************************** - * Global Variables + * Public Data ********************************************************************************/ /******************************************************************************** diff --git a/sched/pthread/pthread_cancel.c b/sched/pthread/pthread_cancel.c index d8694eb5194..09f3b829fd6 100644 --- a/sched/pthread/pthread_cancel.c +++ b/sched/pthread/pthread_cancel.c @@ -60,7 +60,7 @@ **************************************************************************/ /************************************************************************** - * Global Variables + * Public Data **************************************************************************/ /************************************************************************** diff --git a/sched/pthread/pthread_completejoin.c b/sched/pthread/pthread_completejoin.c index 0546edf5b54..6af2774e1b4 100644 --- a/sched/pthread/pthread_completejoin.c +++ b/sched/pthread/pthread_completejoin.c @@ -58,7 +58,7 @@ ************************************************************************/ /************************************************************************ - * Global Variables + * Public Data ************************************************************************/ /************************************************************************ diff --git a/sched/pthread/pthread_condbroadcast.c b/sched/pthread/pthread_condbroadcast.c index 2983fb2e9e1..98aa73f3633 100644 --- a/sched/pthread/pthread_condbroadcast.c +++ b/sched/pthread/pthread_condbroadcast.c @@ -55,7 +55,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/pthread/pthread_conddestroy.c b/sched/pthread/pthread_conddestroy.c index 1b144be7283..5cb5823ad41 100644 --- a/sched/pthread/pthread_conddestroy.c +++ b/sched/pthread/pthread_conddestroy.c @@ -45,7 +45,7 @@ #include "pthread/pthread.h" /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/sched/pthread/pthread_condinit.c b/sched/pthread/pthread_condinit.c index ce7c1acbf20..56718402334 100644 --- a/sched/pthread/pthread_condinit.c +++ b/sched/pthread/pthread_condinit.c @@ -46,7 +46,7 @@ #include "pthread/pthread.h" /**************************************************************************** - * Global Functions + * Public Functions ****************************************************************************/ /**************************************************************************** diff --git a/sched/pthread/pthread_condsignal.c b/sched/pthread/pthread_condsignal.c index c798f0d2c16..85d020bc314 100644 --- a/sched/pthread/pthread_condsignal.c +++ b/sched/pthread/pthread_condsignal.c @@ -54,7 +54,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/pthread/pthread_condtimedwait.c b/sched/pthread/pthread_condtimedwait.c index 3a3e6f21f7a..6e9fa60dec6 100644 --- a/sched/pthread/pthread_condtimedwait.c +++ b/sched/pthread/pthread_condtimedwait.c @@ -65,7 +65,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/pthread/pthread_condwait.c b/sched/pthread/pthread_condwait.c index 7460510a14d..5c907ceac94 100644 --- a/sched/pthread/pthread_condwait.c +++ b/sched/pthread/pthread_condwait.c @@ -56,7 +56,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/pthread/pthread_detach.c b/sched/pthread/pthread_detach.c index 450ff76a531..704a296dc2d 100644 --- a/sched/pthread/pthread_detach.c +++ b/sched/pthread/pthread_detach.c @@ -59,7 +59,7 @@ ************************************************************************/ /************************************************************************ - * Global Variables + * Public Data ************************************************************************/ /************************************************************************ diff --git a/sched/pthread/pthread_exit.c b/sched/pthread/pthread_exit.c index 133cc52151d..03b3f6f2f46 100644 --- a/sched/pthread/pthread_exit.c +++ b/sched/pthread/pthread_exit.c @@ -62,7 +62,7 @@ ************************************************************************/ /************************************************************************ - * Global Variables + * Public Data ************************************************************************/ /************************************************************************ diff --git a/sched/pthread/pthread_findjoininfo.c b/sched/pthread/pthread_findjoininfo.c index df5c82b0336..35ea396c337 100644 --- a/sched/pthread/pthread_findjoininfo.c +++ b/sched/pthread/pthread_findjoininfo.c @@ -53,7 +53,7 @@ ************************************************************************/ /************************************************************************ - * Global Variables + * Public Data ************************************************************************/ /************************************************************************ diff --git a/sched/pthread/pthread_getschedparam.c b/sched/pthread/pthread_getschedparam.c index 984902704ce..d0c13a717d8 100644 --- a/sched/pthread/pthread_getschedparam.c +++ b/sched/pthread/pthread_getschedparam.c @@ -53,7 +53,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/pthread/pthread_getspecific.c b/sched/pthread/pthread_getspecific.c index c616fb764f9..6fb0e29debf 100644 --- a/sched/pthread/pthread_getspecific.c +++ b/sched/pthread/pthread_getspecific.c @@ -56,7 +56,7 @@ ************************************************************************/ /************************************************************************ - * Global Variables + * Public Data ************************************************************************/ /************************************************************************ diff --git a/sched/pthread/pthread_initialize.c b/sched/pthread/pthread_initialize.c index e946220b7b4..05dd8d8fadd 100644 --- a/sched/pthread/pthread_initialize.c +++ b/sched/pthread/pthread_initialize.c @@ -54,7 +54,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/pthread/pthread_join.c b/sched/pthread/pthread_join.c index 43843deed07..003f06ccef8 100644 --- a/sched/pthread/pthread_join.c +++ b/sched/pthread/pthread_join.c @@ -56,7 +56,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/pthread/pthread_keycreate.c b/sched/pthread/pthread_keycreate.c index 9e4dccdc25e..68af593a63c 100644 --- a/sched/pthread/pthread_keycreate.c +++ b/sched/pthread/pthread_keycreate.c @@ -56,7 +56,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/pthread/pthread_keydelete.c b/sched/pthread/pthread_keydelete.c index ff1fba7bffd..64a633af3ec 100644 --- a/sched/pthread/pthread_keydelete.c +++ b/sched/pthread/pthread_keydelete.c @@ -54,7 +54,7 @@ ************************************************************************/ /************************************************************************ - * Global Variables + * Public Data ************************************************************************/ /************************************************************************ diff --git a/sched/pthread/pthread_mutexdestroy.c b/sched/pthread/pthread_mutexdestroy.c index 3f768e1458f..04e2b37835c 100644 --- a/sched/pthread/pthread_mutexdestroy.c +++ b/sched/pthread/pthread_mutexdestroy.c @@ -56,7 +56,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/pthread/pthread_mutexinit.c b/sched/pthread/pthread_mutexinit.c index 0236830a060..7bba3ae6a41 100644 --- a/sched/pthread/pthread_mutexinit.c +++ b/sched/pthread/pthread_mutexinit.c @@ -55,7 +55,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/pthread/pthread_mutexlock.c b/sched/pthread/pthread_mutexlock.c index dad492c8140..d1bce84e67b 100644 --- a/sched/pthread/pthread_mutexlock.c +++ b/sched/pthread/pthread_mutexlock.c @@ -56,7 +56,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/pthread/pthread_mutextrylock.c b/sched/pthread/pthread_mutextrylock.c index ec6357ce3bb..0591ecf25d6 100644 --- a/sched/pthread/pthread_mutextrylock.c +++ b/sched/pthread/pthread_mutextrylock.c @@ -57,7 +57,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/pthread/pthread_mutexunlock.c b/sched/pthread/pthread_mutexunlock.c index 0d340d08c79..55ffa8b9f08 100644 --- a/sched/pthread/pthread_mutexunlock.c +++ b/sched/pthread/pthread_mutexunlock.c @@ -56,7 +56,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/pthread/pthread_once.c b/sched/pthread/pthread_once.c index 1854515110a..7254fdbc88e 100644 --- a/sched/pthread/pthread_once.c +++ b/sched/pthread/pthread_once.c @@ -54,7 +54,7 @@ ********************************************************************************/ /******************************************************************************** - * Global Variables + * Public Data ********************************************************************************/ /******************************************************************************** diff --git a/sched/pthread/pthread_release.c b/sched/pthread/pthread_release.c index 183053145af..86254ef12bd 100644 --- a/sched/pthread/pthread_release.c +++ b/sched/pthread/pthread_release.c @@ -55,7 +55,7 @@ ************************************************************************/ /************************************************************************ - * Global Variables + * Public Data ************************************************************************/ /************************************************************************ diff --git a/sched/pthread/pthread_setcancelstate.c b/sched/pthread/pthread_setcancelstate.c index be157a9f0d0..b898c211f0c 100644 --- a/sched/pthread/pthread_setcancelstate.c +++ b/sched/pthread/pthread_setcancelstate.c @@ -54,7 +54,7 @@ ******************************************************************************************/ /****************************************************************************************** - * Global Variables + * Public Data ******************************************************************************************/ /****************************************************************************************** diff --git a/sched/pthread/pthread_setschedparam.c b/sched/pthread/pthread_setschedparam.c index 8ff54a0227b..972593c67c8 100644 --- a/sched/pthread/pthread_setschedparam.c +++ b/sched/pthread/pthread_setschedparam.c @@ -54,7 +54,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/pthread/pthread_setschedprio.c b/sched/pthread/pthread_setschedprio.c index 7813c5df972..823386859ba 100644 --- a/sched/pthread/pthread_setschedprio.c +++ b/sched/pthread/pthread_setschedprio.c @@ -53,7 +53,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/pthread/pthread_setspecific.c b/sched/pthread/pthread_setspecific.c index f21c171bff2..9b7e382adac 100644 --- a/sched/pthread/pthread_setspecific.c +++ b/sched/pthread/pthread_setspecific.c @@ -56,7 +56,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/pthread/pthread_sigmask.c b/sched/pthread/pthread_sigmask.c index 2950a7957a6..4789f4aa980 100644 --- a/sched/pthread/pthread_sigmask.c +++ b/sched/pthread/pthread_sigmask.c @@ -53,7 +53,7 @@ ************************************************************************/ /************************************************************************ - * Global Variables + * Public Data ************************************************************************/ /************************************************************************ diff --git a/sched/pthread/pthread_yield.c b/sched/pthread/pthread_yield.c index 0d5e99b3df5..c6f5a2a41ac 100644 --- a/sched/pthread/pthread_yield.c +++ b/sched/pthread/pthread_yield.c @@ -49,7 +49,7 @@ ************************************************************************/ /************************************************************************ - * Global Variables + * Public Data ************************************************************************/ /************************************************************************ diff --git a/sched/sched/sched.h b/sched/sched/sched.h index 938f89a768f..2924e5bef72 100644 --- a/sched/sched/sched.h +++ b/sched/sched/sched.h @@ -100,7 +100,7 @@ struct tasklist_s }; /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /* Declared in os_start.c ***************************************************/ diff --git a/sched/sched/sched_addblocked.c b/sched/sched/sched_addblocked.c index 5f95a6c9f84..af0f043c098 100644 --- a/sched/sched/sched_addblocked.c +++ b/sched/sched/sched_addblocked.c @@ -53,7 +53,7 @@ ************************************************************************/ /************************************************************************ - * Global Variables + * Public Data ************************************************************************/ /************************************************************************ diff --git a/sched/sched/sched_addprioritized.c b/sched/sched/sched_addprioritized.c index d132f335e37..ad85e7d2dbb 100644 --- a/sched/sched/sched_addprioritized.c +++ b/sched/sched/sched_addprioritized.c @@ -55,7 +55,7 @@ ************************************************************************/ /************************************************************************ - * Global Variables + * Public Data ************************************************************************/ /************************************************************************ diff --git a/sched/sched/sched_addreadytorun.c b/sched/sched/sched_addreadytorun.c index 04cc2afcb46..129f78c75ea 100644 --- a/sched/sched/sched_addreadytorun.c +++ b/sched/sched/sched_addreadytorun.c @@ -54,7 +54,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/sched/sched_cpuload.c b/sched/sched/sched_cpuload.c index fe9305b3d2d..cb75a8436d5 100644 --- a/sched/sched/sched_cpuload.c +++ b/sched/sched/sched_cpuload.c @@ -70,7 +70,7 @@ ************************************************************************/ /************************************************************************ - * Public Variables + * Public Data ************************************************************************/ /************************************************************************ diff --git a/sched/sched/sched_free.c b/sched/sched/sched_free.c index 1ef1579159d..210c4673402 100644 --- a/sched/sched/sched_free.c +++ b/sched/sched/sched_free.c @@ -61,7 +61,7 @@ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ diff --git a/sched/sched/sched_garbage.c b/sched/sched/sched_garbage.c index 5ebfe6eaed0..2edaafc7dbc 100644 --- a/sched/sched/sched_garbage.c +++ b/sched/sched/sched_garbage.c @@ -51,7 +51,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/sched/sched_getparam.c b/sched/sched/sched_getparam.c index b42c8316033..2743d9fe79c 100644 --- a/sched/sched/sched_getparam.c +++ b/sched/sched/sched_getparam.c @@ -54,7 +54,7 @@ ************************************************************************/ /************************************************************************ - * Global Variables + * Public Data ************************************************************************/ /************************************************************************ diff --git a/sched/sched/sched_getscheduler.c b/sched/sched/sched_getscheduler.c index 58714df1554..077fc61c80f 100644 --- a/sched/sched/sched_getscheduler.c +++ b/sched/sched/sched_getscheduler.c @@ -56,7 +56,7 @@ ************************************************************************/ /************************************************************************ - * Global Variables + * Public Data ************************************************************************/ /************************************************************************ diff --git a/sched/sched/sched_gettcb.c b/sched/sched/sched_gettcb.c index f54e51571d9..174af730ac5 100644 --- a/sched/sched/sched_gettcb.c +++ b/sched/sched/sched_gettcb.c @@ -52,7 +52,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/sched/sched_lock.c b/sched/sched/sched_lock.c index e07a7433b14..fc2887cd1a2 100644 --- a/sched/sched/sched_lock.c +++ b/sched/sched/sched_lock.c @@ -54,7 +54,7 @@ ************************************************************************/ /************************************************************************ - * Global Variables + * Public Data ************************************************************************/ /************************************************************************ diff --git a/sched/sched/sched_lockcount.c b/sched/sched/sched_lockcount.c index 72561650c4d..5e44c14f606 100644 --- a/sched/sched/sched_lockcount.c +++ b/sched/sched/sched_lockcount.c @@ -52,7 +52,7 @@ ************************************************************************/ /************************************************************************ - * Global Variables + * Public Data ************************************************************************/ /************************************************************************ diff --git a/sched/sched/sched_mergepending.c b/sched/sched/sched_mergepending.c index 6ba03662a0b..993a3a00ce1 100644 --- a/sched/sched/sched_mergepending.c +++ b/sched/sched/sched_mergepending.c @@ -55,7 +55,7 @@ ************************************************************************/ /************************************************************************ - * Global Variables + * Public Data ************************************************************************/ /************************************************************************ diff --git a/sched/sched/sched_processtimer.c b/sched/sched/sched_processtimer.c index 05f9bfdf8bd..0555cb67dc8 100644 --- a/sched/sched/sched_processtimer.c +++ b/sched/sched/sched_processtimer.c @@ -63,7 +63,7 @@ ************************************************************************/ /************************************************************************ - * Public Variables + * Public Data ************************************************************************/ /************************************************************************ diff --git a/sched/sched/sched_removeblocked.c b/sched/sched/sched_removeblocked.c index b17ec045a18..944e3fa932b 100644 --- a/sched/sched/sched_removeblocked.c +++ b/sched/sched/sched_removeblocked.c @@ -53,7 +53,7 @@ ************************************************************************/ /************************************************************************ - * Global Variables + * Public Data ************************************************************************/ /************************************************************************ diff --git a/sched/sched/sched_removereadytorun.c b/sched/sched/sched_removereadytorun.c index 0fdcc1a2947..9cad532f8c8 100644 --- a/sched/sched/sched_removereadytorun.c +++ b/sched/sched/sched_removereadytorun.c @@ -54,7 +54,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/sched/sched_reprioritize.c b/sched/sched/sched_reprioritize.c index 6728547d2ae..e6ac01e58ce 100644 --- a/sched/sched/sched_reprioritize.c +++ b/sched/sched/sched_reprioritize.c @@ -56,7 +56,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/sched/sched_self.c b/sched/sched/sched_self.c index 75e4084cd8e..9dda2161b8f 100644 --- a/sched/sched/sched_self.c +++ b/sched/sched/sched_self.c @@ -50,7 +50,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/sched/sched_setpriority.c b/sched/sched/sched_setpriority.c index a34fdba955b..191b972f2c1 100644 --- a/sched/sched/sched_setpriority.c +++ b/sched/sched/sched_setpriority.c @@ -55,7 +55,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/sched/sched_verifytcb.c b/sched/sched/sched_verifytcb.c index 33ead33f66e..31ff0918840 100644 --- a/sched/sched/sched_verifytcb.c +++ b/sched/sched/sched_verifytcb.c @@ -53,7 +53,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/sched/sched_yield.c b/sched/sched/sched_yield.c index 933d03ede2e..c7051d8d73c 100644 --- a/sched/sched/sched_yield.c +++ b/sched/sched/sched_yield.c @@ -52,7 +52,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/semaphore/sem_destroy.c b/sched/semaphore/sem_destroy.c index 1d1a955d102..adaef3e552a 100644 --- a/sched/semaphore/sem_destroy.c +++ b/sched/semaphore/sem_destroy.c @@ -53,7 +53,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/semaphore/sem_holder.c b/sched/semaphore/sem_holder.c index 22082b61306..b8bdd6c2eea 100644 --- a/sched/semaphore/sem_holder.c +++ b/sched/semaphore/sem_holder.c @@ -68,7 +68,7 @@ typedef int (*holderhandler_t)(FAR struct semholder_s *pholder, FAR sem_t *sem, FAR void *arg); /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/semaphore/sem_post.c b/sched/semaphore/sem_post.c index 974b6d20be8..25edceb89b7 100644 --- a/sched/semaphore/sem_post.c +++ b/sched/semaphore/sem_post.c @@ -56,7 +56,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/semaphore/sem_recover.c b/sched/semaphore/sem_recover.c index fd40e6b7dca..f34662b81db 100644 --- a/sched/semaphore/sem_recover.c +++ b/sched/semaphore/sem_recover.c @@ -53,7 +53,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/semaphore/sem_trywait.c b/sched/semaphore/sem_trywait.c index ed8ceab707e..da4547b47ee 100644 --- a/sched/semaphore/sem_trywait.c +++ b/sched/semaphore/sem_trywait.c @@ -57,7 +57,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/semaphore/sem_wait.c b/sched/semaphore/sem_wait.c index f4e267f6aa1..883a2c3adc0 100644 --- a/sched/semaphore/sem_wait.c +++ b/sched/semaphore/sem_wait.c @@ -57,7 +57,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/semaphore/semaphore.h b/sched/semaphore/semaphore.h index e40141c9cb2..c0d77f07c31 100644 --- a/sched/semaphore/semaphore.h +++ b/sched/semaphore/semaphore.h @@ -58,7 +58,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/signal/sig_action.c b/sched/signal/sig_action.c index 4d0f845875c..5619dec0450 100644 --- a/sched/signal/sig_action.c +++ b/sched/signal/sig_action.c @@ -63,7 +63,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/signal/sig_allocatependingsigaction.c b/sched/signal/sig_allocatependingsigaction.c index 3ea627a298f..55f7727cdac 100644 --- a/sched/signal/sig_allocatependingsigaction.c +++ b/sched/signal/sig_allocatependingsigaction.c @@ -54,7 +54,7 @@ ************************************************************************/ /************************************************************************ - * Global Variables + * Public Data ************************************************************************/ /************************************************************************ diff --git a/sched/signal/sig_cleanup.c b/sched/signal/sig_cleanup.c index 58fc1093c76..c0ce3a10d03 100644 --- a/sched/signal/sig_cleanup.c +++ b/sched/signal/sig_cleanup.c @@ -51,7 +51,7 @@ ************************************************************************/ /************************************************************************ - * Global Variables + * Public Data ************************************************************************/ /************************************************************************ diff --git a/sched/signal/sig_deliver.c b/sched/signal/sig_deliver.c index c91a10e4034..7f2291b4b66 100644 --- a/sched/signal/sig_deliver.c +++ b/sched/signal/sig_deliver.c @@ -59,7 +59,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/signal/sig_dispatch.c b/sched/signal/sig_dispatch.c index 2113487e550..a292424784e 100644 --- a/sched/signal/sig_dispatch.c +++ b/sched/signal/sig_dispatch.c @@ -63,7 +63,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/signal/sig_findaction.c b/sched/signal/sig_findaction.c index 62a7807c1aa..21062ff1026 100644 --- a/sched/signal/sig_findaction.c +++ b/sched/signal/sig_findaction.c @@ -49,7 +49,7 @@ ************************************************************************/ /************************************************************************ - * Global Variables + * Public Data ************************************************************************/ /************************************************************************ diff --git a/sched/signal/sig_initialize.c b/sched/signal/sig_initialize.c index 66d24b97532..ef217e92d6c 100644 --- a/sched/signal/sig_initialize.c +++ b/sched/signal/sig_initialize.c @@ -54,7 +54,7 @@ ************************************************************************/ /************************************************************************ - * Global Variables + * Public Data ************************************************************************/ /* The g_sigfreeaction data structure is a list of available signal diff --git a/sched/signal/sig_kill.c b/sched/signal/sig_kill.c index 21835986023..b0ef01dacbb 100644 --- a/sched/signal/sig_kill.c +++ b/sched/signal/sig_kill.c @@ -48,7 +48,7 @@ #include "signal/signal.h" /************************************************************************ - * Global Functions + * Public Functions ************************************************************************/ /************************************************************************ diff --git a/sched/signal/sig_lowest.c b/sched/signal/sig_lowest.c index 46f0de0c9bf..76f2d04c043 100644 --- a/sched/signal/sig_lowest.c +++ b/sched/signal/sig_lowest.c @@ -52,7 +52,7 @@ ************************************************************************/ /************************************************************************ - * Global Variables + * Public Data ************************************************************************/ /************************************************************************ diff --git a/sched/signal/sig_mqnotempty.c b/sched/signal/sig_mqnotempty.c index 4fa0196a178..25ce0e3ae18 100644 --- a/sched/signal/sig_mqnotempty.c +++ b/sched/signal/sig_mqnotempty.c @@ -57,7 +57,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/signal/sig_nanosleep.c b/sched/signal/sig_nanosleep.c index c540d345140..25f9f30231b 100644 --- a/sched/signal/sig_nanosleep.c +++ b/sched/signal/sig_nanosleep.c @@ -58,7 +58,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/signal/sig_pause.c b/sched/signal/sig_pause.c index 9344c2bec37..9c390308f4c 100644 --- a/sched/signal/sig_pause.c +++ b/sched/signal/sig_pause.c @@ -51,7 +51,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/signal/sig_pending.c b/sched/signal/sig_pending.c index f60c56e9077..947813b4a9e 100644 --- a/sched/signal/sig_pending.c +++ b/sched/signal/sig_pending.c @@ -54,7 +54,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/signal/sig_procmask.c b/sched/signal/sig_procmask.c index 0ef425a2dcf..d5213a7e97a 100644 --- a/sched/signal/sig_procmask.c +++ b/sched/signal/sig_procmask.c @@ -62,7 +62,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/signal/sig_queue.c b/sched/signal/sig_queue.c index bc0aa01012c..8b09528f80f 100644 --- a/sched/signal/sig_queue.c +++ b/sched/signal/sig_queue.c @@ -57,7 +57,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/signal/sig_releasependingsigaction.c b/sched/signal/sig_releasependingsigaction.c index 424d7336845..b7d80d1c2ee 100644 --- a/sched/signal/sig_releasependingsigaction.c +++ b/sched/signal/sig_releasependingsigaction.c @@ -52,7 +52,7 @@ ************************************************************************/ /************************************************************************ - * Global Variables + * Public Data ************************************************************************/ /************************************************************************ diff --git a/sched/signal/sig_releasependingsignal.c b/sched/signal/sig_releasependingsignal.c index 0b58a35cba3..88ec8297a70 100644 --- a/sched/signal/sig_releasependingsignal.c +++ b/sched/signal/sig_releasependingsignal.c @@ -61,7 +61,7 @@ ************************************************************************/ /************************************************************************ - * Global Variables + * Public Data ************************************************************************/ /************************************************************************ diff --git a/sched/signal/sig_removependingsignal.c b/sched/signal/sig_removependingsignal.c index 1eeef02d3ab..299babbc39f 100644 --- a/sched/signal/sig_removependingsignal.c +++ b/sched/signal/sig_removependingsignal.c @@ -61,7 +61,7 @@ ************************************************************************/ /************************************************************************ - * Global Variables + * Public Data ************************************************************************/ /************************************************************************ diff --git a/sched/signal/sig_suspend.c b/sched/signal/sig_suspend.c index 807eb25176f..11b41fbf04c 100644 --- a/sched/signal/sig_suspend.c +++ b/sched/signal/sig_suspend.c @@ -58,7 +58,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/signal/sig_timedwait.c b/sched/signal/sig_timedwait.c index 18ab5075c4a..67b0032a7be 100644 --- a/sched/signal/sig_timedwait.c +++ b/sched/signal/sig_timedwait.c @@ -71,7 +71,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/signal/sig_unmaskpendingsignal.c b/sched/signal/sig_unmaskpendingsignal.c index 9c4c9ba2ea8..01bf2403e15 100644 --- a/sched/signal/sig_unmaskpendingsignal.c +++ b/sched/signal/sig_unmaskpendingsignal.c @@ -53,7 +53,7 @@ ************************************************************************/ /************************************************************************ - * Global Variables + * Public Data ************************************************************************/ /************************************************************************ diff --git a/sched/signal/sig_waitinfo.c b/sched/signal/sig_waitinfo.c index 6e7fc1b1706..21070711602 100644 --- a/sched/signal/sig_waitinfo.c +++ b/sched/signal/sig_waitinfo.c @@ -49,7 +49,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/signal/signal.h b/sched/signal/signal.h index fce53f916c3..bce55af8bd7 100644 --- a/sched/signal/signal.h +++ b/sched/signal/signal.h @@ -117,7 +117,7 @@ struct sigq_s typedef struct sigq_s sigq_t; /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /* The g_sigfreeaction data structure is a list of available signal action diff --git a/sched/task/exit.c b/sched/task/exit.c index 85cc99cba3f..c9683158034 100644 --- a/sched/task/exit.c +++ b/sched/task/exit.c @@ -58,7 +58,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/task/task.h b/sched/task/task.h index 17f4931516a..b4967c799a6 100644 --- a/sched/task/task.h +++ b/sched/task/task.h @@ -57,7 +57,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** * Public Function Prototypes diff --git a/sched/task/task_activate.c b/sched/task/task_activate.c index 43cc553aa08..1c97f60dd13 100644 --- a/sched/task/task_activate.c +++ b/sched/task/task_activate.c @@ -53,7 +53,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/task/task_atexit.c b/sched/task/task_atexit.c index d8d99eb9e62..8e13709b9a0 100644 --- a/sched/task/task_atexit.c +++ b/sched/task/task_atexit.c @@ -61,7 +61,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/task/task_create.c b/sched/task/task_create.c index 0da676fb420..0ab710b90b2 100644 --- a/sched/task/task_create.c +++ b/sched/task/task_create.c @@ -61,7 +61,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/task/task_delete.c b/sched/task/task_delete.c index ae5ab231f65..7b0f06a06dc 100644 --- a/sched/task/task_delete.c +++ b/sched/task/task_delete.c @@ -55,7 +55,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/task/task_exit.c b/sched/task/task_exit.c index 89e2c0603c5..39c52c9b752 100644 --- a/sched/task/task_exit.c +++ b/sched/task/task_exit.c @@ -57,7 +57,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/task/task_exithook.c b/sched/task/task_exithook.c index e471e64578b..f6b5ffa5503 100644 --- a/sched/task/task_exithook.c +++ b/sched/task/task_exithook.c @@ -62,7 +62,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/task/task_getpid.c b/sched/task/task_getpid.c index 7f538bd1b5b..058fd708928 100644 --- a/sched/task/task_getpid.c +++ b/sched/task/task_getpid.c @@ -53,7 +53,7 @@ ************************************************************************/ /************************************************************************ - * Global Variables + * Public Data ************************************************************************/ /************************************************************************ diff --git a/sched/task/task_init.c b/sched/task/task_init.c index 8a05cf60352..7b7fc6215a5 100644 --- a/sched/task/task_init.c +++ b/sched/task/task_init.c @@ -59,7 +59,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/task/task_onexit.c b/sched/task/task_onexit.c index 71d67102646..424d4428c19 100644 --- a/sched/task/task_onexit.c +++ b/sched/task/task_onexit.c @@ -61,7 +61,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/task/task_restart.c b/sched/task/task_restart.c index a81115c1734..eaf25ab73d5 100644 --- a/sched/task/task_restart.c +++ b/sched/task/task_restart.c @@ -59,7 +59,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/task/task_setup.c b/sched/task/task_setup.c index 5474c912650..5b36fe5d613 100644 --- a/sched/task/task_setup.c +++ b/sched/task/task_setup.c @@ -67,7 +67,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/task/task_start.c b/sched/task/task_start.c index 9432c537e58..48ab75a3ad1 100644 --- a/sched/task/task_start.c +++ b/sched/task/task_start.c @@ -63,7 +63,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/task/task_starthook.c b/sched/task/task_starthook.c index 7c43b7b2670..c36517599e3 100644 --- a/sched/task/task_starthook.c +++ b/sched/task/task_starthook.c @@ -54,7 +54,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/task/task_terminate.c b/sched/task/task_terminate.c index c8192f50bcb..b3f5678b906 100644 --- a/sched/task/task_terminate.c +++ b/sched/task/task_terminate.c @@ -62,7 +62,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/wdog/wd_cancel.c b/sched/wdog/wd_cancel.c index 1a53801d465..3a20cd611de 100644 --- a/sched/wdog/wd_cancel.c +++ b/sched/wdog/wd_cancel.c @@ -57,7 +57,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/wdog/wd_create.c b/sched/wdog/wd_create.c index db303d1627d..82078cde583 100644 --- a/sched/wdog/wd_create.c +++ b/sched/wdog/wd_create.c @@ -57,7 +57,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/wdog/wd_delete.c b/sched/wdog/wd_delete.c index 11345ae055f..789f0b007f4 100644 --- a/sched/wdog/wd_delete.c +++ b/sched/wdog/wd_delete.c @@ -58,7 +58,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/wdog/wd_gettime.c b/sched/wdog/wd_gettime.c index 3c553fde8ee..03b815f815d 100644 --- a/sched/wdog/wd_gettime.c +++ b/sched/wdog/wd_gettime.c @@ -53,7 +53,7 @@ ********************************************************************************/ /******************************************************************************** - * Global Variables + * Public Data ********************************************************************************/ /******************************************************************************** diff --git a/sched/wdog/wd_initialize.c b/sched/wdog/wd_initialize.c index 23242b6bf51..bd3f9644c10 100644 --- a/sched/wdog/wd_initialize.c +++ b/sched/wdog/wd_initialize.c @@ -52,7 +52,7 @@ ************************************************************************/ /************************************************************************ - * Public Variables + * Public Data ************************************************************************/ /* The g_wdfreelist data structure is a singly linked list of watchdogs diff --git a/sched/wdog/wd_recover.c b/sched/wdog/wd_recover.c index bc1b3a839e9..f9471a64b32 100644 --- a/sched/wdog/wd_recover.c +++ b/sched/wdog/wd_recover.c @@ -54,7 +54,7 @@ ****************************************************************************/ /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/wdog/wd_start.c b/sched/wdog/wd_start.c index ba7cc06aa28..90ce73c151f 100644 --- a/sched/wdog/wd_start.c +++ b/sched/wdog/wd_start.c @@ -86,7 +86,7 @@ typedef void (*wdentry4_t)(int argc, wdparm_t arg1, wdparm_t arg2, #endif /**************************************************************************** - * Global Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/wdog/wdog.h b/sched/wdog/wdog.h index f26b90f910c..ccc7ac458cd 100644 --- a/sched/wdog/wdog.h +++ b/sched/wdog/wdog.h @@ -57,7 +57,7 @@ ************************************************************************/ /************************************************************************ - * Public Variables + * Public Data ************************************************************************/ #ifdef __cplusplus diff --git a/sched/wqueue/kwork_cancel.c b/sched/wqueue/kwork_cancel.c index 177847679f7..c4175f7f037 100644 --- a/sched/wqueue/kwork_cancel.c +++ b/sched/wqueue/kwork_cancel.c @@ -59,7 +59,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/wqueue/kwork_queue.c b/sched/wqueue/kwork_queue.c index 69eca718c16..45bd740600f 100644 --- a/sched/wqueue/kwork_queue.c +++ b/sched/wqueue/kwork_queue.c @@ -61,7 +61,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /**************************************************************************** diff --git a/sched/wqueue/kwork_signal.c b/sched/wqueue/kwork_signal.c index d08263b5e99..885652f27ee 100644 --- a/sched/wqueue/kwork_signal.c +++ b/sched/wqueue/kwork_signal.c @@ -57,7 +57,7 @@ ****************************************************************************/ /**************************************************************************** - * Public Variables + * Public Data ****************************************************************************/ /****************************************************************************