summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport
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
parentWhitespace removal. (diff)
downloadrtems-33c3b54d57b50ac3d236e2660556a9a2ecb8dcad.tar.bz2
Whitespace removal.
Diffstat (limited to 'cpukit/libcsupport')
-rw-r--r--cpukit/libcsupport/include/console.h14
-rw-r--r--cpukit/libcsupport/include/rtc.h2
-rw-r--r--cpukit/libcsupport/include/rtems/framebuffer.h14
-rw-r--r--cpukit/libcsupport/include/rtems/malloc.h10
-rw-r--r--cpukit/libcsupport/include/sys/ioctl.h2
-rw-r--r--cpukit/libcsupport/include/timerdrv.h2
-rw-r--r--cpukit/libcsupport/include/vmeintr.h2
-rw-r--r--cpukit/libcsupport/include/zilog/z8036.h2
8 files changed, 24 insertions, 24 deletions
diff --git a/cpukit/libcsupport/include/console.h b/cpukit/libcsupport/include/console.h
index a71f10db2b..006c289bc3 100644
--- a/cpukit/libcsupport/include/console.h
+++ b/cpukit/libcsupport/include/console.h
@@ -47,7 +47,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 console_initialize(
@@ -55,7 +55,7 @@ rtems_device_driver console_initialize(
rtems_device_minor_number minor,
void *arg
);
-
+
/**
* @brief Console Open Entry Point
*
@@ -66,7 +66,7 @@ rtems_device_driver console_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 console_open(
@@ -85,7 +85,7 @@ rtems_device_driver console_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 console_close(
@@ -104,7 +104,7 @@ rtems_device_driver console_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 console_read(
@@ -123,7 +123,7 @@ rtems_device_driver console_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 console_write(
@@ -142,7 +142,7 @@ rtems_device_driver console_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.
*/
diff --git a/cpukit/libcsupport/include/rtc.h b/cpukit/libcsupport/include/rtc.h
index 68258c5362..cc6f8c2b80 100644
--- a/cpukit/libcsupport/include/rtc.h
+++ b/cpukit/libcsupport/include/rtc.h
@@ -3,7 +3,7 @@
*
* Real-time clock driver interface.
*/
-
+
/*
* COPYRIGHT (c) 1989-2001.
* On-Line Applications Research Corporation (OAR).
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.
*/
diff --git a/cpukit/libcsupport/include/rtems/malloc.h b/cpukit/libcsupport/include/rtems/malloc.h
index bd771d254a..6281e55851 100644
--- a/cpukit/libcsupport/include/rtems/malloc.h
+++ b/cpukit/libcsupport/include/rtems/malloc.h
@@ -51,7 +51,7 @@ typedef struct {
void (*at_free)(void *);
} rtems_malloc_statistics_functions_t;
-extern rtems_malloc_statistics_functions_t
+extern rtems_malloc_statistics_functions_t
rtems_malloc_statistics_helpers_table;
extern rtems_malloc_statistics_functions_t *rtems_malloc_statistics_helpers;
@@ -87,7 +87,7 @@ typedef void (*rtems_malloc_dirtier_t)(void *, size_t);
extern rtems_malloc_dirtier_t *rtems_malloc_dirty_helper;
/** @brief Dirty memory function
- *
+ *
* This method fills the specified area with a non-zero pattern
* to aid in debugging programs which do not initialize their
* memory allocated from the heap.
@@ -115,12 +115,12 @@ int malloc_get_statistics(
*/
void malloc_report_statistics(void);
-/** @brief Print Malloc Statistic Usage Report
+/** @brief Print Malloc Statistic Usage Report
*
* This method prints a malloc statistics report.
*
- * @param[in] context is the context to pass to the print handler
- * @param[in] print is the print handler
+ * @param[in] context is the context to pass to the print handler
+ * @param[in] print is the print handler
*
* @note It uses the CALLER's routine to print the report.
*/
diff --git a/cpukit/libcsupport/include/sys/ioctl.h b/cpukit/libcsupport/include/sys/ioctl.h
index 55e77d2ba2..3957396ead 100644
--- a/cpukit/libcsupport/include/sys/ioctl.h
+++ b/cpukit/libcsupport/include/sys/ioctl.h
@@ -34,7 +34,7 @@
* @(#)ioctl.h 8.6 (Berkeley) 3/28/94
* $FreeBSD: src/sys/sys/ioctl.h,v 1.13 2004/06/11 11:16:26 phk Exp $
*/
-
+
/*
* $Id$
*/
diff --git a/cpukit/libcsupport/include/timerdrv.h b/cpukit/libcsupport/include/timerdrv.h
index bee4b2a303..bbd8f21f31 100644
--- a/cpukit/libcsupport/include/timerdrv.h
+++ b/cpukit/libcsupport/include/timerdrv.h
@@ -3,7 +3,7 @@
*
* This file describes the Timer Driver for all boards.
*/
-
+
/*
*
* COPYRIGHT (c) 1989-1999.
diff --git a/cpukit/libcsupport/include/vmeintr.h b/cpukit/libcsupport/include/vmeintr.h
index 73d07efebe..990592c83a 100644
--- a/cpukit/libcsupport/include/vmeintr.h
+++ b/cpukit/libcsupport/include/vmeintr.h
@@ -5,7 +5,7 @@
* which should be provided by all BSPs for VMEbus Single Board
* Computers but currently only a few do so.
*/
-
+
/*
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
diff --git a/cpukit/libcsupport/include/zilog/z8036.h b/cpukit/libcsupport/include/zilog/z8036.h
index 7a2bba2324..707b6dd567 100644
--- a/cpukit/libcsupport/include/zilog/z8036.h
+++ b/cpukit/libcsupport/include/zilog/z8036.h
@@ -1,7 +1,7 @@
/**
* @file rtems/zilog/z8036.h
*/
-
+
/*
* This include file defines information related to a Zilog Z8036
* Counter/Timer/IO Chip. It is a memory mapped part.