Fix some procfs registration typos
This commit is contained in:
parent
eaa113a284
commit
7483ed38ce
2
arch
2
arch
@ -1 +1 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user