summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/fsmount
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-16 12:06:28 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-16 12:06:28 +0000
commitaed742c9a09fc443418ba4ef8f31892ef00df984 (patch)
treee9d0138d2456e7ec94be79b66f1f06181d308743 /cpukit/libmisc/fsmount
parentRemove stray white spaces. (diff)
downloadrtems-aed742c9a09fc443418ba4ef8f31892ef00df984.tar.bz2
Remove stray white spaces.
Diffstat (limited to 'cpukit/libmisc/fsmount')
-rw-r--r--cpukit/libmisc/fsmount/fsmount.c10
-rw-r--r--cpukit/libmisc/fsmount/fsmount.h4
2 files changed, 7 insertions, 7 deletions
diff --git a/cpukit/libmisc/fsmount/fsmount.c b/cpukit/libmisc/fsmount/fsmount.c
index 7f319f6022..1eafe68d8f 100644
--- a/cpukit/libmisc/fsmount/fsmount.c
+++ b/cpukit/libmisc/fsmount/fsmount.c
@@ -78,7 +78,7 @@ int rtems_fsmount_create_mountpoint
*/
if (0 != stat(tok_buffer,&file_info)) {
/*
- * if not, create directory
+ * if not, create directory
*/
rc = mknod(tok_buffer,S_IRWXU | S_IRWXG | S_IRWXO | S_IFDIR,0);
}
@@ -86,7 +86,7 @@ int rtems_fsmount_create_mountpoint
} while ((rc == 0) &&
(token_type != IMFS_NO_MORE_PATH) &&
(token_type != IMFS_INVALID_TOKEN));
-
+
/*
* return token buffer to heap
*/
@@ -126,7 +126,7 @@ int rtems_fsmount
/*
* scan through all fstab entries;
*/
- while (!terminate &&
+ while (!terminate &&
(fstab_idx < fstab_count)) {
tmp_rc = 0;
/*
@@ -177,9 +177,9 @@ int rtems_fsmount
}
if (0 != (fstab_ptr->abort_reasons & FSMOUNT_MNT_OK)) {
terminate = TRUE;
- }
+ }
}
- }
+ }
/*
* proceed to next entry
*/
diff --git a/cpukit/libmisc/fsmount/fsmount.h b/cpukit/libmisc/fsmount/fsmount.h
index 84b718d1ef..1b876e6f81 100644
--- a/cpukit/libmisc/fsmount/fsmount.h
+++ b/cpukit/libmisc/fsmount/fsmount.h
@@ -30,9 +30,9 @@
/*
* bits to define, what errors will cause reporting (via printf) and
* abort of mount processing
- * Use a combination of these bits
+ * Use a combination of these bits
* for the fields "report_reasons" and "abort_reasons"
- */
+ */
#define FSMOUNT_MNT_OK 0x0001 /* mounted ok */
#define FSMOUNT_MNTPNT_CRTERR 0x0002 /* cannot create mount point */
#define FSMOUNT_MNT_FAILED 0x0004 /* mounting failed */