Reviewed-by: Dandan Bi <[email protected]>
Thanks, Dandan -----Original Message----- From: Wang, Jian J Sent: Saturday, September 8, 2018 11:24 AM To: edk2-devel <[email protected]>; [email protected] Cc: Bi, Dandan <[email protected]> Subject: RE: [edk2] [PATCH] UefiCpuPkg/CpuDxe: fix ECC reported issues Forgot to mention the BZ info: https://bugzilla.tianocore.org/show_bug.cgi?id=1160 Regards, Jian > -----Original Message----- > From: edk2-devel [mailto:[email protected]] > Sent: Saturday, September 08, 2018 10:22 AM > To: [email protected] > Cc: Bi, Dandan <[email protected]> > Subject: [edk2] [PATCH] UefiCpuPkg/CpuDxe: fix ECC reported issues > > There're two parameters which have different name in comment and prototype. > > Cc: Dandan Bi <[email protected]> > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Jian J Wang <[email protected]> > --- > UefiCpuPkg/CpuDxe/CpuDxe.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/UefiCpuPkg/CpuDxe/CpuDxe.h b/UefiCpuPkg/CpuDxe/CpuDxe.h > index 7d65e39e90..064ea05bba 100644 > --- a/UefiCpuPkg/CpuDxe/CpuDxe.h > +++ b/UefiCpuPkg/CpuDxe/CpuDxe.h > @@ -291,7 +291,7 @@ RefreshGcdMemoryAttributesFromPaging ( VOID > EFIAPI DebugExceptionHandler ( > - IN EFI_EXCEPTION_TYPE InterruptType, > + IN EFI_EXCEPTION_TYPE ExceptionType, > IN EFI_SYSTEM_CONTEXT SystemContext > ); > > @@ -307,7 +307,7 @@ DebugExceptionHandler ( VOID EFIAPI > PageFaultExceptionHandler ( > - IN EFI_EXCEPTION_TYPE InterruptType, > + IN EFI_EXCEPTION_TYPE ExceptionType, > IN EFI_SYSTEM_CONTEXT SystemContext > ); > > -- > 2.16.2.windows.1 > > _______________________________________________ > edk2-devel mailing list > [email protected] > https://lists.01.org/mailman/listinfo/edk2-devel _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

