summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/rfs/rtems-rfs-file-system.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libfs/src/rfs/rtems-rfs-file-system.c')
-rw-r--r--cpukit/libfs/src/rfs/rtems-rfs-file-system.c17
1 files changed, 8 insertions, 9 deletions
diff --git a/cpukit/libfs/src/rfs/rtems-rfs-file-system.c b/cpukit/libfs/src/rfs/rtems-rfs-file-system.c
index bceb08d5df..10909428e4 100644
--- a/cpukit/libfs/src/rfs/rtems-rfs-file-system.c
+++ b/cpukit/libfs/src/rfs/rtems-rfs-file-system.c
@@ -1,3 +1,11 @@
+/**
+ * @file
+ *
+ * @brief RTEMS File Systems Open
+ * @ingroup rtems-rfs
+ *
+ * Open the file system by reading the superblock and then the group data.
+ */
/*
* COPYRIGHT (c) 2010 Chris Johns <chrisj@rtems.org>
*
@@ -5,15 +13,6 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*/
-/**
- * @file
- *
- * @ingroup rtems-rfs
- *
- * RTEMS File Systems Open
- *
- * Open the file system by reading the superblock and then the group data.
- */
#if HAVE_CONFIG_H
#include "config.h"