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
1ed97937
Commit
1ed97937
authored
7 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
fs/: Remove dangling space at the end of lines.
parent
95e20afc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
fs/hostfs/hostfs.c
+3
-3
3 additions, 3 deletions
fs/hostfs/hostfs.c
fs/mqueue/Kconfig
+1
-1
1 addition, 1 deletion
fs/mqueue/Kconfig
fs/semaphore/Kconfig
+1
-1
1 addition, 1 deletion
fs/semaphore/Kconfig
fs/shm/Kconfig
+1
-1
1 addition, 1 deletion
fs/shm/Kconfig
with
6 additions
and
6 deletions
fs/hostfs/hostfs.c
+
3
−
3
View file @
1ed97937
...
...
@@ -206,7 +206,7 @@ static void hostfs_mkpath(FAR struct hostfs_mountpt_s *fs,
strncpy
(
path
,
fs
->
fs_root
,
pathlen
);
/* Be sure we aren't trying to use ".." to display outside of our
/* Be sure we aren't trying to use ".." to display outside of our
* mounted path.
*/
...
...
@@ -849,7 +849,7 @@ static int hostfs_bind(FAR struct inode *blkdriver, FAR const void *data,
}
/* The only options we suppor are "-o fs=whatever", so search
* for the 'dir=' portion
* for the 'dir=' portion
*/
options
=
(
const
char
*
)
data
;
...
...
@@ -874,7 +874,7 @@ static int hostfs_bind(FAR struct inode *blkdriver, FAR const void *data,
{
/* Initialize the semaphore that controls access */
sem_init
(
&
g_sem
,
0
,
0
);
sem_init
(
&
g_sem
,
0
,
0
);
g_seminitialized
=
TRUE
;
}
else
...
...
This diff is collapsed.
Click to expand it.
fs/mqueue/Kconfig
+
1
−
1
View file @
1ed97937
...
...
@@ -10,5 +10,5 @@ config FS_MQUEUE_MPATH
default "/var/mqueue"
---help---
The path to where POSIX message queues will exist in the VFS namespace.
endif # !DISABLE_MQUEUE
This diff is collapsed.
Click to expand it.
fs/semaphore/Kconfig
+
1
−
1
View file @
1ed97937
...
...
@@ -16,5 +16,5 @@ config FS_NAMED_SEMPATH
default "/var/lock"
---help---
The path to where named semaphores will exist in the VFS namespace.
endif # FS_NAMED_SEMAPHORES
This diff is collapsed.
Click to expand it.
fs/shm/Kconfig
+
1
−
1
View file @
1ed97937
...
...
@@ -18,5 +18,5 @@ config FS_SHMPATH
---help---
The path to where shared memory objects will exist in the VFS
namespace.
endif # FS_SHM
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