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