summaryrefslogtreecommitdiffstats
path: root/cpukit/libblock/include/rtems/diskdevs.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/libblock/include/rtems/diskdevs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libblock/include/rtems/diskdevs.h b/cpukit/libblock/include/rtems/diskdevs.h
index 025bfb46f4..971551a0aa 100644
--- a/cpukit/libblock/include/rtems/diskdevs.h
+++ b/cpukit/libblock/include/rtems/diskdevs.h
@@ -5,7 +5,7 @@
*
* @brief Block device disk management API.
*/
-
+
/*
* Copyright (C) 2001 OKTET Ltd., St.-Petersburg, Russia
* Author: Victor V. Vengerov <vvv@oktet.ru>
@@ -37,7 +37,7 @@ typedef struct rtems_disk_device rtems_disk_device;
* non-negative integers starting at zero. There are also logical disks which
* contain a subset of consecutive disk blocks. The logical disks are used to
* represent the partitions of a disk. The disk devices are accessed via the
- * @ref rtems_bdbuf "block device buffer module".
+ * @ref rtems_bdbuf "block device buffer module".
*
* @{
*/