summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock/include/rtems/flashdisk.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-29 11:57:23 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-29 11:57:23 +0000
commit33c3b54d57b50ac3d236e2660556a9a2ecb8dcad (patch)
treee6099e8db3c611101bd9c8f486b3f451a5e979b6 /cpukit/libblock/include/rtems/flashdisk.h
parentWhitespace removal. (diff)
downloadrtems-33c3b54d57b50ac3d236e2660556a9a2ecb8dcad.tar.bz2
Whitespace removal.
Diffstat (limited to 'cpukit/libblock/include/rtems/flashdisk.h')
-rw-r--r--cpukit/libblock/include/rtems/flashdisk.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/cpukit/libblock/include/rtems/flashdisk.h b/cpukit/libblock/include/rtems/flashdisk.h
index 37ef9a6a25..c24b9b08be 100644
--- a/cpukit/libblock/include/rtems/flashdisk.h
+++ b/cpukit/libblock/include/rtems/flashdisk.h
@@ -50,7 +50,7 @@
#define RTEMS_FDISK_IOCTL_PRINT_STATUS _IO('B', 133)
/**
- * Flash Disk Monitoring Data allows a user to obtain
+ * Flash Disk Monitoring Data allows a user to obtain
* the current status of the disk.
*/
typedef struct rtems_fdisk_monitor_data
@@ -120,7 +120,7 @@ typedef struct rtems_fdisk_driver_handlers
* access and the segment descriptor must reference the segment
* being requested. For example the segment number must resided in
* the range [base, base + count).
- *
+ *
* @param sd The segment descriptor.
* @param device The device to read data from.
* @param segment The segment within the device to read.
@@ -145,7 +145,7 @@ typedef struct rtems_fdisk_driver_handlers
* segment to access and the segment descriptor must reference
* the segment being requested. For example the segment number must
* resided in the range [base, base + count).
- *
+ *
* @param sd The segment descriptor.
* @param device The device to write data from.
* @param segment The segment within the device to write to.
@@ -170,7 +170,7 @@ typedef struct rtems_fdisk_driver_handlers
* access and the segment descriptor must reference the segment
* being requested. For example the segment number must resided in
* the range [base, base + count).
- *
+ *
* @param sd The segment descriptor.
* @param device The device to read data from.
* @param segment The segment within the device to read.
@@ -193,7 +193,7 @@ typedef struct rtems_fdisk_driver_handlers
* segment to access and the segment descriptor must reference
* the device segment being requested. For example the segment number
* must resided in the range [base, base + count).
- *
+ *
* @param sd The segment descriptor.
* @param device The device to verify data in.
* @param segment The segment within the device to verify.
@@ -216,7 +216,7 @@ typedef struct rtems_fdisk_driver_handlers
* more than segment in a device if the device has repeating
* segments. The segment number is the device segment to access and
* the segment descriptor must reference the segment being requested.
- *
+ *
* @param sd The segment descriptor.
* @param device The device to erase the segment of.
* @param segment The segment within the device to erase.
@@ -233,7 +233,7 @@ typedef struct rtems_fdisk_driver_handlers
* more than segment in a device if the device has repeating
* segments. The segment number is the segment to access and
* the segment descriptor must reference the segment being requested.
- *
+ *
* @param sd The segment descriptor.
* @param device The device to erase.
* @retval 0 No error.
@@ -283,7 +283,7 @@ typedef struct rtems_fdisk_device_desc
* The available compacting segment count is the level when compaction occurs
* when writing. If you set this to 0 then compaction will fail because
* there will be no segments to compact into.
- *
+ *
* The info level can be 0 for off with error, and abort messages allowed.
* Level 1 is warning messages, level 1 is informational messages, and level 3
* is debugging type prints. The info level can be turned off with a compile
@@ -300,7 +300,7 @@ typedef struct rtems_flashdisk_config
driver. */
uint32_t unavail_blocks; /**< Number of blocks not
available to the file sys. */
- uint32_t compact_segs; /**< Max number of segs to
+ uint32_t compact_segs; /**< Max number of segs to
compact in one pass. */
uint32_t avail_compact_segs; /**< The number of segments
when compaction occurs