]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/Kernel/IOSimpleReporter.cpp
xnu-4570.1.46.tar.gz
[apple/xnu.git] / iokit / Kernel / IOSimpleReporter.cpp
index 6707bda897c3e9ad4b688d045df0b5b216fd5643..de430f56608730910ece14fd441e3925e276e3eb 100644 (file)
@@ -37,7 +37,7 @@ OSDefineMetaClassAndStructors(IOSimpleReporter, IOReporter);
 IOSimpleReporter*
 IOSimpleReporter::with(IOService *reportingService,
                        IOReportCategories categories,
-                       IOReportUnits unit)
+                       IOReportUnit unit)
 {
     IOSimpleReporter *reporter, *rval = NULL;
 
@@ -65,7 +65,7 @@ finish:
 bool
 IOSimpleReporter::initWith(IOService *reportingService,
                            IOReportCategories categories,
-                           IOReportUnits unit)
+                           IOReportUnit unit)
 {
     // fully specify the channel type for the superclass
     IOReportChannelType channelType = {