[NTOS:MM] MmFlushSegment(): Fix Iosb annotation

Addendum to 90c6a65.
This commit is contained in:
Serge Gautherie
2021-06-22 10:33:45 +02:00
committed by George Bișoc
parent 6d441f7d65
commit eab2bb4b20
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1434,7 +1434,7 @@ MmFlushSegment(
_In_ PSECTION_OBJECT_POINTERS SectionObjectPointer,
_In_opt_ PLARGE_INTEGER Offset,
_In_ ULONG Length,
_In_opt_ PIO_STATUS_BLOCK Iosb);
_Out_opt_ PIO_STATUS_BLOCK Iosb);
NTSTATUS
NTAPI
+1 -1
View File
@@ -4663,7 +4663,7 @@ MmFlushSegment(
_In_ PSECTION_OBJECT_POINTERS SectionObjectPointer,
_In_opt_ PLARGE_INTEGER Offset,
_In_ ULONG Length,
_In_opt_ PIO_STATUS_BLOCK Iosb)
_Out_opt_ PIO_STATUS_BLOCK Iosb)
{
LARGE_INTEGER FlushStart, FlushEnd;
NTSTATUS Status;