Skip to content

Commit

Permalink
IntelFsp2WrapperPkg/FspsWrapperPeim: Fix coding style.
Browse files Browse the repository at this point in the history
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1730

Internal code quality check failed after this commit:
68d47ee, 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>
  • Loading branch information
ChaselChiu committed Apr 23, 2019
1 parent 56008eb commit 00e3e48
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions IntelFsp2WrapperPkg/FspsWrapperPeim/FspsWrapperPeim.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -339,7 +339,7 @@ PeiMemoryDiscoveredNotify (
}

/**
Do FSP initialization in API mode
Do FSP initialization in API mode.
@retval EFI_STATUS Always return EFI_SUCCESS
**/
Expand Down Expand Up @@ -370,7 +370,7 @@ FspsWrapperInitApiMode (
}

/**
Do FSP initialization in Dispatch mode
Do FSP initialization in Dispatch mode.
@retval FSP initialization status.
**/
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 00e3e48

Please sign in to comment.