]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Protocol/SmmAccess.h
Fix minor typos in comments.
[mirror_edk2.git] / IntelFrameworkPkg / Include / Protocol / SmmAccess.h
index 231247c0df0e4cdbc41a5aaafd9b4efd5e6a91fc..d7719e44c1c66a526b32a12551c042af829588f7 100644 (file)
@@ -63,7 +63,7 @@ typedef struct _EFI_SMM_ACCESS_PROTOCOL  EFI_SMM_ACCESS_PROTOCOL;
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_SMM_OPEN) (\r
+(EFIAPI *EFI_SMM_OPEN)(\r
   IN EFI_SMM_ACCESS_PROTOCOL         *This,\r
   UINTN                              DescriptorIndex\r
   );\r
@@ -72,7 +72,7 @@ EFI_STATUS
   Inhibits access to the SMRAM.\r
 \r
   @param  This                  The EFI_SMM_ACCESS_PROTOCOL instance.\r
-  @param  DescriptorIndex       Indicates that the driver wishes to open\r
+  @param  DescriptorIndex       Indicates that the driver wishes to close\r
                                 the memory tagged by this index.\r
 \r
   @retval EFI_SUCCESS           The operation was successful.\r
@@ -83,15 +83,16 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_SMM_CLOSE) (\r
+(EFIAPI *EFI_SMM_CLOSE)(\r
   IN EFI_SMM_ACCESS_PROTOCOL          *This,\r
   UINTN                               DescriptorIndex\r
   );\r
 \r
 /**\r
   Inhibits access to the SMRAM.\r
+\r
   @param  This                  The EFI_SMM_ACCESS_PROTOCOL instance.\r
-  @param  DescriptorIndex       Indicates that the driver wishes to open\r
+  @param  DescriptorIndex       Indicates that the driver wishes to lock\r
                                 the memory tagged by this index.\r
 \r
   @retval EFI_SUCCESS           The operation was successful.\r
@@ -102,7 +103,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_SMM_LOCK) (\r
+(EFIAPI *EFI_SMM_LOCK)(\r
   IN EFI_SMM_ACCESS_PROTOCOL         *This,\r
   UINTN                              DescriptorIndex\r
   );\r
@@ -120,7 +121,7 @@ EFI_STATUS
 **/\r
 typedef\r
 EFI_STATUS\r
-(EFIAPI *EFI_SMM_CAPABILITIES) (\r
+(EFIAPI *EFI_SMM_CAPABILITIES)(\r
   IN EFI_SMM_ACCESS_PROTOCOL             *This,\r
   IN OUT UINTN                           *SmramMapSize,\r
   IN OUT EFI_SMRAM_DESCRIPTOR            *SmramMap\r
@@ -143,10 +144,10 @@ EFI_STATUS
   Gets information on possible SMRAM regions.\r
 \r
   @param LockState\r
-Indicates the current state of the SMRAM. Set to TRUE if any region is locked.\r
+  Indicates the current state of the SMRAM. Set to TRUE if any region is locked.\r
 \r
   @param OpenState\r
-Indicates the current state of the SMRAM. Set to TRUE if any region is open.\r
+  Indicates the current state of the SMRAM. Set to TRUE if any region is open.\r
 \r
 **/\r
 struct _EFI_SMM_ACCESS_PROTOCOL {\r