diff options
author | Chasel Chiu <chasel.chiu@intel.com> | 2019-04-22 18:05:25 +0800 |
---|---|---|
committer | Chasel Chiu <chasel.chiu@intel.com> | 2019-04-23 10:39:47 +0800 |
commit | 00e3e4801467dd73b90a151994fc26ba9b5734d7 (patch) | |
tree | 9b467cc96ad1e33f5ffa0c7237da28b5b0ad9608 /IntelFsp2WrapperPkg | |
parent | 56008eb7f68cd8bf8fec213406e4f3ef16898329 (diff) | |
download | edk2-00e3e4801467dd73b90a151994fc26ba9b5734d7.tar.gz edk2-00e3e4801467dd73b90a151994fc26ba9b5734d7.tar.bz2 edk2-00e3e4801467dd73b90a151994fc26ba9b5734d7.zip |
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>
Diffstat (limited to 'IntelFsp2WrapperPkg')
-rw-r--r-- | IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.c b/IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.c index 9f8ce16023..0f8cd69a0e 100644 --- a/IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.c +++ b/IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.c @@ -38,7 +38,7 @@ extern EFI_PEI_NOTIFY_DESCRIPTOR mS3EndOfPeiNotifyDesc; 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] 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] 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
**/
@@ -370,7 +370,7 @@ FspsWrapperInitApiMode ( }
/**
- Do FSP initialization in Dispatch mode
+ Do FSP initialization in Dispatch mode.
@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] PeiServices Describes the list of possible PEI Services.
|