mirror of https://github.com/acidanthera/audk.git
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:
parent
17dd1ce959
commit
2292758d5c
|
@ -87,8 +87,8 @@ SmmBase2GetSmstLocation (
|
||||||
after SetVirtualAddressMap().
|
after SetVirtualAddressMap().
|
||||||
|
|
||||||
@param[in] This The EFI_SMM_COMMUNICATION_PROTOCOL instance.
|
@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] 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] 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.
|
being returned. Zero if the handler does not wish to reply with any data.
|
||||||
|
|
||||||
@retval EFI_SUCCESS The message was successfully posted.
|
@retval EFI_SUCCESS The message was successfully posted.
|
||||||
|
@ -337,8 +337,8 @@ SmmBase2GetSmstLocation (
|
||||||
after SetVirtualAddressMap().
|
after SetVirtualAddressMap().
|
||||||
|
|
||||||
@param[in] This The EFI_SMM_COMMUNICATION_PROTOCOL instance.
|
@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] 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] 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.
|
being returned. Zero if the handler does not wish to reply with any data.
|
||||||
|
|
||||||
@retval EFI_SUCCESS The message was successfully posted.
|
@retval EFI_SUCCESS The message was successfully posted.
|
||||||
|
|
Loading…
Reference in New Issue