Update inappropriate comments.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11322 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
ydong10 2011-02-17 00:45:08 +00:00
parent 92063c4e55
commit ba319b960e
2 changed files with 5 additions and 5 deletions

View File

@ -110,7 +110,7 @@ VOID
/** /**
This function enables a periodic SMI handler. This function enables a periodic SMI handler.
@param[in,out] DispatchHandle A pointer to the handle associated with the @param[in, out] DispatchHandle A pointer to the handle associated with the
enabled periodic SMI handler. This is an enabled periodic SMI handler. This is an
optional parameter that may be NULL. If it is optional parameter that may be NULL. If it is
NULL, then the handle will not be returned, NULL, then the handle will not be returned,

View File

@ -687,7 +687,7 @@ PeriodicSmiDispatchFunctionOnCpu (
released to notify the CPU that is running the SMM Foundation that the periodic released to notify the CPU that is running the SMM Foundation that the periodic
SMI handler execution has finished its execution. SMI handler execution has finished its execution.
@param[in] Buffer A pointer to the context for the periodic SMI handler. @param[in, out] Buffer A pointer to the context for the periodic SMI handler.
**/ **/
VOID VOID
@ -722,10 +722,10 @@ PeriodicSmiDispatchFunctionWithLock (
SmiHandlerRegister(). SmiHandlerRegister().
@param[in] Context Points to an optional handler context which was @param[in] Context Points to an optional handler context which was
specified when the handler was registered. specified when the handler was registered.
@param[in,out] CommBuffer A pointer to a collection of data in memory that @param[in, out] CommBuffer A pointer to a collection of data in memory that
will be conveyed from a non-SMM environment into will be conveyed from a non-SMM environment into
an SMM environment. an SMM environment.
@param[in,out] CommBufferSize The size of the CommBuffer. @param[in, out] CommBufferSize The size of the CommBuffer.
@retval EFI_SUCCESS The interrupt was handled and quiesced. @retval EFI_SUCCESS The interrupt was handled and quiesced.
No other handlers should still be called. No other handlers should still be called.
@ -841,7 +841,7 @@ PeriodicSmiDispatchFunction (
/** /**
This function enables a periodic SMI handler. This function enables a periodic SMI handler.
@param[in,out] DispatchHandle A pointer to the handle associated with the @param[in, out] DispatchHandle A pointer to the handle associated with the
enabled periodic SMI handler. This is an enabled periodic SMI handler. This is an
optional parameter that may be NULL. If it is optional parameter that may be NULL. If it is
NULL, then the handle will not be returned, NULL, then the handle will not be returned,