summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-11-15 16:54:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-11-15 16:54:01 +0000
commiteafa35e718f1f4f7805a5c49b6d60fca70716b2a (patch)
tree6cc50baf67bc967c3fcb5059a8a9f19ccc69aa18
parent * sapi/include/confdefs.h: Enable includes needed for new objects. (diff)
downloadrtems-eafa35e718f1f4f7805a5c49b6d60fca70716b2a.tar.bz2
2006-11-15 Joel Sherrill <joel@OARcorp.com>
* sapi/src/io.c: Fix spacing.
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/sapi/src/io.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 156fcacdbb..8d6c728412 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,7 @@
+2006-11-15 Joel Sherrill <joel@OARcorp.com>
+
+ * sapi/src/io.c: Fix spacing.
+
* sapi/include/confdefs.h: Enable includes needed for new objects.
2006-11-15 Joel Sherrill <joel.sherrill@oarcorp.com>
diff --git a/cpukit/sapi/src/io.c b/cpukit/sapi/src/io.c
index 823427fd47..af3d090492 100644
--- a/cpukit/sapi/src/io.c
+++ b/cpukit/sapi/src/io.c
@@ -98,7 +98,7 @@ void _IO_Initialize_all_drivers( void )
rtems_device_major_number major;
for ( major=0 ; major < _IO_Number_of_drivers ; major ++ )
- (void) rtems_io_initialize( major, 0, NULL);
+ (void) rtems_io_initialize( major, 0, NULL );
}
/*PAGE