Minor coding style fix.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10145 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
rsun3 2010-03-01 08:38:46 +00:00
parent 17dd1ce959
commit 2292758d5c
1 changed files with 4 additions and 4 deletions

View File

@ -87,8 +87,8 @@ SmmBase2GetSmstLocation (
after SetVirtualAddressMap().
@param[in] This The EFI_SMM_COMMUNICATION_PROTOCOL instance.
@param[in out] CommBuffer A pointer to the buffer to convey into SMRAM.
@param[in out] CommSize The size of the data buffer being passed in.On exit, the size of data
@param[in, out] CommBuffer A pointer to the buffer to convey into SMRAM.
@param[in, out] CommSize The size of the data buffer being passed in.On exit, the size of data
being returned. Zero if the handler does not wish to reply with any data.
@retval EFI_SUCCESS The message was successfully posted.
@ -337,8 +337,8 @@ SmmBase2GetSmstLocation (
after SetVirtualAddressMap().
@param[in] This The EFI_SMM_COMMUNICATION_PROTOCOL instance.
@param[in out] CommBuffer A pointer to the buffer to convey into SMRAM.
@param[in out] CommSize The size of the data buffer being passed in.On exit, the size of data
@param[in, out] CommBuffer A pointer to the buffer to convey into SMRAM.
@param[in, out] CommSize The size of the data buffer being passed in.On exit, the size of data
being returned. Zero if the handler does not wish to reply with any data.
@retval EFI_SUCCESS The message was successfully posted.