]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/UefiRuntimeLib.h
Fixed comments to follow coding standard.
[mirror_edk2.git] / MdePkg / Include / Library / UefiRuntimeLib.h
index 09abf0ceb1862a4163840244c3b2da7e8cd4a22c..99b41102159fbdba6fe6add9ddaa63be2e6bad0e 100644 (file)
@@ -142,8 +142,7 @@ EfiGetVariable (
   OUT     UINT32                   *Attributes,\r
   IN OUT  UINTN                    *DataSize,\r
   OUT     VOID                     *Data\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Enumerates variable's name.\r
@@ -280,7 +279,7 @@ EfiSetVirtualAddressMap (
 \r
 \r
 /**\r
-  Conver the standard Lib double linked list to a virtual mapping.\r
+  Convert the standard Lib double linked list to a virtual mapping.\r
 \r
   @param  DebugDisposition   Supplies type information for the pointer being converted.\r
   @param  ListHead           Head of linked list to convert.\r
@@ -297,7 +296,6 @@ EfiConvertList (
   );\r
 \r
 /**\r
-\r
   Passes capsules to the firmware with both virtual and physical mapping.\r
   Depending on the intended consumption, the firmware may\r
   process the capsule immediately. If the payload should persist across a\r
@@ -339,7 +337,6 @@ EfiUpdateCapsule (
 \r
 \r
 /**\r
-\r
   The QueryCapsuleCapabilities() function allows a caller to test to see if a capsule or\r
   capsules can be updated via UpdateCapsule(). The Flags values in the capsule header and\r
   size of the entire capsule is checked.\r
@@ -381,7 +378,6 @@ EfiQueryCapsuleCapabilities (
 \r
 \r
 /**\r
-\r
   The QueryVariableInfo() function allows a caller to obtain the information about the\r
   maximum size of the storage space available for the EFI variables, the remaining size of the storage\r
   space available for the EFI variables and the maximum size of each individual EFI variable,\r