IntelFsp2WrapperPkg/FspsWrapperPeim: Fix coding style.

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1730

Internal code quality check failed after this commit:
68d47eea422d64eeb9872b927620f579f4ccfc0f, fixed those
coding style issues.

Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Signed-off-by: Chasel Chiu <chasel.chiu@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
Chasel Chiu 2019-04-22 18:05:25 +08:00
parent 56008eb7f6
commit 00e3e48014

View File

@ -38,7 +38,7 @@ extern EFI_PEI_NOTIFY_DESCRIPTOR mS3EndOfPeiNotifyDesc;
extern EFI_GUID gFspHobGuid; extern EFI_GUID gFspHobGuid;
/** /**
This function handles S3 resume task at the end of PEI This function handles S3 resume task at the end of PEI.
@param[in] PeiServices Pointer to PEI Services Table. @param[in] PeiServices Pointer to PEI Services Table.
@param[in] NotifyDesc Pointer to the descriptor for the Notification event that @param[in] NotifyDesc Pointer to the descriptor for the Notification event that
@ -62,7 +62,7 @@ EFI_PEI_NOTIFY_DESCRIPTOR mS3EndOfPeiNotifyDesc = {
}; };
/** /**
This function handles S3 resume task at the end of PEI This function handles S3 resume task at the end of PEI.
@param[in] PeiServices Pointer to PEI Services Table. @param[in] PeiServices Pointer to PEI Services Table.
@param[in] NotifyDesc Pointer to the descriptor for the Notification event that @param[in] NotifyDesc Pointer to the descriptor for the Notification event that
@ -339,7 +339,7 @@ PeiMemoryDiscoveredNotify (
} }
/** /**
Do FSP initialization in API mode Do FSP initialization in API mode.
@retval EFI_STATUS Always return EFI_SUCCESS @retval EFI_STATUS Always return EFI_SUCCESS
**/ **/
@ -370,7 +370,7 @@ FspsWrapperInitApiMode (
} }
/** /**
Do FSP initialization in Dispatch mode Do FSP initialization in Dispatch mode.
@retval FSP initialization status. @retval FSP initialization status.
**/ **/
@ -399,7 +399,7 @@ FspsWrapperInitDispatchMode (
} }
/** /**
This is the entrypoint of PEIM This is the entrypoint of PEIM.
@param[in] FileHandle Handle of the file being invoked. @param[in] FileHandle Handle of the file being invoked.
@param[in] PeiServices Describes the list of possible PEI Services. @param[in] PeiServices Describes the list of possible PEI Services.