X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/3903760236c30e3b5ace7a4eefac3a269d68957c..a39ff7e25e19b3a8c3020042a3872ca9ec9659f1:/iokit/Kernel/IOStateReporter.cpp diff --git a/iokit/Kernel/IOStateReporter.cpp b/iokit/Kernel/IOStateReporter.cpp index f6e0b7340..e1214dc55 100644 --- a/iokit/Kernel/IOStateReporter.cpp +++ b/iokit/Kernel/IOStateReporter.cpp @@ -40,7 +40,7 @@ IOStateReporter* IOStateReporter::with(IOService *reportingService, IOReportCategories categories, int nstates, - IOReportUnits unit/* = kIOReportUnitHWTicks*/) + IOReportUnit unit/* = kIOReportUnitHWTicks*/) { IOStateReporter *reporter, *rval = NULL; @@ -68,7 +68,7 @@ bool IOStateReporter::initWith(IOService *reportingService, IOReportCategories categories, int16_t nstates, - IOReportUnits unit) + IOReportUnit unit) { bool success = false;