summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock/include/rtems/diskdevs.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-17 08:15:17 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-17 08:15:17 +0000
commit8b961495bbc5cc4efa9a199dd0dc2397ba0c33ca (patch)
treef4c88be7e6dc915e7bb8c29c78df66a554895154 /cpukit/libblock/include/rtems/diskdevs.h
parent2004-04-17 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-8b961495bbc5cc4efa9a199dd0dc2397ba0c33ca.tar.bz2
Remove stray white spaces.
Diffstat (limited to 'cpukit/libblock/include/rtems/diskdevs.h')
-rw-r--r--cpukit/libblock/include/rtems/diskdevs.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/cpukit/libblock/include/rtems/diskdevs.h b/cpukit/libblock/include/rtems/diskdevs.h
index 46a3921663..b2bf652b1d 100644
--- a/cpukit/libblock/include/rtems/diskdevs.h
+++ b/cpukit/libblock/include/rtems/diskdevs.h
@@ -1,4 +1,4 @@
-/*
+/*
* logdisk.h - Physical and logical block devices (disks) support
*
* Copyright (C) 2001 OKTET Ltd., St.-Petersburg, Russia
@@ -48,7 +48,7 @@ typedef struct disk_device {
int size; /* Size of physical or logical disk
in disk blocks */
int block_size; /* Size of device block (minimum
- transfer unit) in bytes
+ transfer unit) in bytes
(must be power of 2) */
int block_size_log2; /* log2 of block_size */
rtems_bdpool_id pool; /* Buffer pool assigned to this
@@ -91,13 +91,13 @@ rtems_disk_create_phys(dev_t dev, int block_size, int disk_size,
* (DOS-like partition table, BSD disk label, etc). This function usually
* invoked from application when application-specific splitting are in use,
* or from generic code which handle different logical disk organizations.
- * This primitive will register device in rtems (invoke
+ * This primitive will register device in rtems (invoke
* rtems_io_register_name).
*
* PARAMETERS:
* dev - logical device identifier (major, minor numbers)
* phys - physical device (block device which holds this logical disk)
- * identifier
+ * identifier
* start - starting block number on the physical device
* size - logical disk size in blocks
* name - logical disk name
@@ -105,7 +105,7 @@ rtems_disk_create_phys(dev_t dev, int block_size, int disk_size,
* RETURNS:
* RTEMS_SUCCESSFUL if logical device successfully added, or error code
* if error occured (device already registered, no physical device
- * exists, logical disk is out of physical disk boundaries, no memory
+ * exists, logical disk is out of physical disk boundaries, no memory
* available).
*/
rtems_status_code
@@ -180,7 +180,7 @@ rtems_disk_next(dev_t dev);
* none
*
* RETURNS:
- * RTEMS_SUCCESSFUL if library initialized, or error code if error
+ * RTEMS_SUCCESSFUL if library initialized, or error code if error
* occured.
*/
rtems_status_code
@@ -193,7 +193,7 @@ rtems_disk_io_initialize(void);
* none
*
* RETURNS:
- * RTEMS_SUCCESSFUL if all resources released, or error code if error
+ * RTEMS_SUCCESSFUL if all resources released, or error code if error
* occured.
*/
rtems_status_code