X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/3903760236c30e3b5ace7a4eefac3a269d68957c..a39ff7e25e19b3a8c3020042a3872ca9ec9659f1:/iokit/Kernel/IOSimpleReporter.cpp diff --git a/iokit/Kernel/IOSimpleReporter.cpp b/iokit/Kernel/IOSimpleReporter.cpp index 6707bda89..de430f566 100644 --- a/iokit/Kernel/IOSimpleReporter.cpp +++ b/iokit/Kernel/IOSimpleReporter.cpp @@ -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 = {