Skip to content
Snippets Groups Projects
Commit 7483ed38 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Fix some procfs registration typos

parent eaa113a2
No related branches found
No related tags found
No related merge requests found
arch @ 63bee79a
Subproject commit 72f0597a154dad90e05130c47f870e68376db0b8
Subproject commit 63bee79ab5f692cde88209ec72e00ae14de7204d
......@@ -1047,7 +1047,7 @@ int procfs_initialize(void)
****************************************************************************/
#ifdef CONFIG_FS_PROCFS_REGISTER
int procfs_register(FAR const struct procfs_file_s *entry)
int procfs_register(FAR const struct procfs_entry_s *entry)
{
FAR struct procfs_entry_s *newtable;
unsigned int newcount;
......
......@@ -195,7 +195,7 @@ size_t procfs_memcpy(FAR const char *src, size_t srclen,
****************************************************************************/
#ifdef CONFIG_FS_PROCFS_REGISTER
int procfs_register(FAR const struct procfs_file_s *entry);
int procfs_register(FAR const struct procfs_entry_s *entry);
#endif
#undef EXTERN
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment