summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/rtems/framebuffer.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/libcsupport/include/rtems/framebuffer.h
parentWhitespace removal. (diff)
downloadrtems-33c3b54d57b50ac3d236e2660556a9a2ecb8dcad.tar.bz2
Whitespace removal.
Diffstat (limited to 'cpukit/libcsupport/include/rtems/framebuffer.h')
-rw-r--r--cpukit/libcsupport/include/rtems/framebuffer.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/cpukit/libcsupport/include/rtems/framebuffer.h b/cpukit/libcsupport/include/rtems/framebuffer.h
index 7d29dcd652..a4124d4ca2 100644
--- a/cpukit/libcsupport/include/rtems/framebuffer.h
+++ b/cpukit/libcsupport/include/rtems/framebuffer.h
@@ -45,7 +45,7 @@ extern "C" {
* @param[in] minor is the device driver minor number
* @param[in] arg is the parameters to this call
*
- * @return This method returns RTEMS_SUCCESSFUL when
+ * @return This method returns RTEMS_SUCCESSFUL when
* the device driver is successfully initialized.
*/
rtems_device_driver frame_buffer_initialize(
@@ -53,7 +53,7 @@ rtems_device_driver frame_buffer_initialize(
rtems_device_minor_number minor,
void *arg
);
-
+
/**
* @brief Frame Buffer Open Entry Point
*
@@ -64,7 +64,7 @@ rtems_device_driver frame_buffer_initialize(
* @param[in] minor is the device driver minor number
* @param[in] arg is the parameters to this call
*
- * @return This method returns RTEMS_SUCCESSFUL when
+ * @return This method returns RTEMS_SUCCESSFUL when
* the device driver is successfully opened.
*/
rtems_device_driver frame_buffer_open(
@@ -83,7 +83,7 @@ rtems_device_driver frame_buffer_open(
* @param[in] minor is the device driver minor number
* @param[in] arg is the parameters to this call
*
- * @return This method returns RTEMS_SUCCESSFUL when
+ * @return This method returns RTEMS_SUCCESSFUL when
* the device is successfully closed.
*/
rtems_device_driver frame_buffer_close(
@@ -102,7 +102,7 @@ rtems_device_driver frame_buffer_close(
* @param[in] minor is the device driver minor number
* @param[in] arg is the parameters to this call
*
- * @return This method returns RTEMS_SUCCESSFUL when
+ * @return This method returns RTEMS_SUCCESSFUL when
* the device is successfully read from.
*/
rtems_device_driver frame_buffer_read(
@@ -121,7 +121,7 @@ rtems_device_driver frame_buffer_read(
* @param[in] minor is the device driver minor number
* @param[in] arg is the parameters to this call
*
- * @return This method returns RTEMS_SUCCESSFUL when
+ * @return This method returns RTEMS_SUCCESSFUL when
* the device is successfully written.
*/
rtems_device_driver frame_buffer_write(
@@ -140,7 +140,7 @@ rtems_device_driver frame_buffer_write(
* @param[in] minor is the device driver minor number
* @param[in] arg is the parameters to this call
*
- * @return This method returns RTEMS_SUCCESSFUL when
+ * @return This method returns RTEMS_SUCCESSFUL when
* the device driver IO control operation is
* successfully performed.
*/