summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/rtems/libio.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-18 06:05:35 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-18 06:05:35 +0000
commit50f32b11653429546d7b8ff2693b5232b885e201 (patch)
treea8821a7e3025ef47082cc21ccbb56551382cdc3f /cpukit/libcsupport/include/rtems/libio.h
parentRemove stray white spaces. (diff)
downloadrtems-50f32b11653429546d7b8ff2693b5232b885e201.tar.bz2
Remove stray white spaces.
Diffstat (limited to 'cpukit/libcsupport/include/rtems/libio.h')
-rw-r--r--cpukit/libcsupport/include/rtems/libio.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/cpukit/libcsupport/include/rtems/libio.h b/cpukit/libcsupport/include/rtems/libio.h
index 498ecd1f59..4819be4868 100644
--- a/cpukit/libcsupport/include/rtems/libio.h
+++ b/cpukit/libcsupport/include/rtems/libio.h
@@ -140,9 +140,9 @@ struct _rtems_filesystem_file_handlers_r {
/*
* XXX
- * This routine does not allocate any space and rtems_filesystem_freenode_t
+ * This routine does not allocate any space and rtems_filesystem_freenode_t
* is not called by the generic after calling this routine.
- * ie. node_access does not have to contain valid data when the
+ * ie. node_access does not have to contain valid data when the
* routine returns.
*/
@@ -228,9 +228,9 @@ typedef int (*rtems_filesystem_symlink_t)(
);
typedef int (*rtems_filesystem_readlink_t)(
- rtems_filesystem_location_info_t *loc, /* IN */
- char *buf, /* OUT */
- size_t bufsize
+ rtems_filesystem_location_info_t *loc, /* IN */
+ char *buf, /* OUT */
+ size_t bufsize
);
/*
@@ -342,7 +342,7 @@ struct rtems_libio_tt {
off_t offset; /* current offset into file */
uint32_t flags;
rtems_filesystem_location_info_t pathinfo;
- Objects_Id sem;
+ Objects_Id sem;
uint32_t data0; /* private to "driver" */
void *data1; /* ... */
void *file_info; /* used by file handlers */
@@ -476,8 +476,8 @@ union __rtems_dev_t {
} __overlay;
};
-static inline dev_t rtems_filesystem_make_dev_t(
- rtems_device_major_number _major,
+static inline dev_t rtems_filesystem_make_dev_t(
+ rtems_device_major_number _major,
rtems_device_minor_number _minor
)
{