fs/: Fix various coding standard issues found while testing tools/nxstyle.c

This commit is contained in:
Gregory Nutt
2019-03-01 15:00:00 -06:00
parent 4ae7373427
commit be3dd0bac6
44 changed files with 206 additions and 144 deletions
-1
View File
@@ -147,7 +147,6 @@ int umount2(FAR const char *target, unsigned int flags)
* pseudo-file inode.
*/
mountpt_inode->i_flags &= ~FSNODEFLAG_TYPE_MASK;
mountpt_inode->i_private = NULL;
mountpt_inode->u.i_mops = NULL;