Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
7483ed38
Commit
7483ed38
authored
9 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Fix some procfs registration typos
parent
eaa113a2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
arch
+1
-1
1 addition, 1 deletion
arch
fs/procfs/fs_procfs.c
+1
-1
1 addition, 1 deletion
fs/procfs/fs_procfs.c
include/nuttx/fs/procfs.h
+1
-1
1 addition, 1 deletion
include/nuttx/fs/procfs.h
with
3 additions
and
3 deletions
arch
@
63bee79a
Subproject commit
72f0597a154dad90e05130c47f870e68376db0b8
Subproject commit
63bee79ab5f692cde88209ec72e00ae14de7204d
This diff is collapsed.
Click to expand it.
fs/procfs/fs_procfs.c
+
1
−
1
View file @
7483ed38
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
include/nuttx/fs/procfs.h
+
1
−
1
View file @
7483ed38
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment