diff --git a/fs/hostfs/hostfs.c b/fs/hostfs/hostfs.c index 764f7f1edb1..057544f6986 100644 --- a/fs/hostfs/hostfs.c +++ b/fs/hostfs/hostfs.c @@ -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 diff --git a/fs/mqueue/Kconfig b/fs/mqueue/Kconfig index 9406a7e464d..6c2408dfdd4 100644 --- a/fs/mqueue/Kconfig +++ b/fs/mqueue/Kconfig @@ -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 diff --git a/fs/semaphore/Kconfig b/fs/semaphore/Kconfig index a045ac5cfed..65051145a5c 100644 --- a/fs/semaphore/Kconfig +++ b/fs/semaphore/Kconfig @@ -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 diff --git a/fs/shm/Kconfig b/fs/shm/Kconfig index ddca66e8e08..ab7e2385678 100644 --- a/fs/shm/Kconfig +++ b/fs/shm/Kconfig @@ -18,5 +18,5 @@ config FS_SHMPATH ---help--- The path to where shared memory objects will exist in the VFS namespace. - + endif # FS_SHM