fs/: Remove dangling space at the end of lines.

This commit is contained in:
Gregory Nutt
2017-06-28 13:17:55 -06:00
parent 95e20afcd2
commit 1ed9793751
4 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -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