2009-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>

* sapi/src/ioregisterdriver.c: Fix spacing.
This commit is contained in:
Joel Sherrill
2009-07-25 01:44:04 +00:00
parent 7467542e85
commit 6914ffe0c8
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2009-07-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* sapi/src/ioregisterdriver.c: Fix spacing.
2009-07-24 Joel Sherrill <joel.sherrill@OARcorp.com> 2009-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>
* posix/src/killinfo.c: Rework to make easier to analyze for code * posix/src/killinfo.c: Rework to make easier to analyze for code

View File

@@ -1,7 +1,7 @@
/* /*
* Input/Output Manager - Dynamically Register Device Driver * Input/Output Manager - Dynamically Register Device Driver
* *
* COPYRIGHT (c) 1989-2007. * COPYRIGHT (c) 1989-2009.
* On-Line Applications Research Corporation (OAR). * On-Line Applications Research Corporation (OAR).
* *
* The license and distribution terms for this file may be * The license and distribution terms for this file may be
@@ -35,9 +35,9 @@
*/ */
rtems_status_code rtems_io_register_driver( rtems_status_code rtems_io_register_driver(
rtems_device_major_number major, rtems_device_major_number major,
const rtems_driver_address_table *driver_table, const rtems_driver_address_table *driver_table,
rtems_device_major_number *registered_major rtems_device_major_number *registered_major
) )
{ {