summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/imfs/imfs_fsunmount.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libfs/src/imfs/imfs_fsunmount.c')
-rw-r--r--cpukit/libfs/src/imfs/imfs_fsunmount.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpukit/libfs/src/imfs/imfs_fsunmount.c b/cpukit/libfs/src/imfs/imfs_fsunmount.c
index 72e44af6d8..c87b2e665b 100644
--- a/cpukit/libfs/src/imfs/imfs_fsunmount.c
+++ b/cpukit/libfs/src/imfs/imfs_fsunmount.c
@@ -51,17 +51,17 @@ int IMFS_fsunmount(
{
IMFS_jnode_t *jnode;
IMFS_jnode_t *next;
- rtems_filesystem_location_info_t loc;
+ rtems_filesystem_location_info_t loc;
int result = 0;
- /*
- * Traverse tree that starts at the mt_fs_root and deallocate memory
+ /*
+ * Traverse tree that starts at the mt_fs_root and deallocate memory
* associated memory space
*/
-
+
jnode = (IMFS_jnode_t *)temp_mt_entry->mt_fs_root.node_access;
loc = temp_mt_entry->mt_fs_root;
-
+
/*
* Set this to null to indicate that it is being unmounted.
*/