summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/src/ioregisterdriver.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-25 01:44:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-25 01:44:04 +0000
commit6914ffe0c8068c1c5e5ecd6e6bab756e53d5fc3c (patch)
tree089d83de02220e24c4102949afcdc10ed1d18df2 /cpukit/sapi/src/ioregisterdriver.c
parent2009-07-24 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-6914ffe0c8068c1c5e5ecd6e6bab756e53d5fc3c.tar.bz2
2009-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* sapi/src/ioregisterdriver.c: Fix spacing.
Diffstat (limited to 'cpukit/sapi/src/ioregisterdriver.c')
-rw-r--r--cpukit/sapi/src/ioregisterdriver.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/sapi/src/ioregisterdriver.c b/cpukit/sapi/src/ioregisterdriver.c
index d8a3deae17..9036452310 100644
--- a/cpukit/sapi/src/ioregisterdriver.c
+++ b/cpukit/sapi/src/ioregisterdriver.c
@@ -1,7 +1,7 @@
/*
* Input/Output Manager - Dynamically Register Device Driver
*
- * COPYRIGHT (c) 1989-2007.
+ * COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -35,9 +35,9 @@
*/
rtems_status_code rtems_io_register_driver(
- rtems_device_major_number major,
+ rtems_device_major_number major,
const rtems_driver_address_table *driver_table,
- rtems_device_major_number *registered_major
+ rtems_device_major_number *registered_major
)
{