diff --git a/IntelFrameworkPkg/Include/Protocol/SmmGpiDispatch.h b/IntelFrameworkPkg/Include/Protocol/SmmGpiDispatch.h index b9df94dbfc..0632d25964 100644 --- a/IntelFrameworkPkg/Include/Protocol/SmmGpiDispatch.h +++ b/IntelFrameworkPkg/Include/Protocol/SmmGpiDispatch.h @@ -125,9 +125,9 @@ struct _EFI_SMM_GPI_DISPATCH_PROTOCOL { EFI_SMM_GPI_REGISTER Register; EFI_SMM_GPI_UNREGISTER UnRegister; - // - // Denotes the maximum value of inputs that can have handlers attached. - // + /// + /// Denotes the maximum value of inputs that can have handlers attached. + /// UINTN NumSupportedGpis; };