]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/GenericBdsLib/DevicePath.c
Synchronize GenericBdsLib library class's header file to library instance.
[mirror_edk2.git] / MdeModulePkg / Library / GenericBdsLib / DevicePath.c
index 478dfd81fa0f9c96ba244b8f7d454cbe236105c8..19413726282c0f0534b37ff97c4545c5b38d3dae 100644 (file)
@@ -19,15 +19,13 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   Concatenates a formatted unicode string to allocated pool.\r
   The caller must free the resulting buffer.\r
 \r
-  @param  Str      Tracks the allocated pool, size in use, and  amount of pool\r
-                   allocated.\r
+  @param  Str      Tracks the allocated pool, size in use, and amount of pool allocated.\r
   @param  fmt      The format string\r
-\r
-  @param  ...      Variable argument list.\r
+  @param  ...      The data will be printed.\r
 \r
   @return Allocated buffer with the formatted string printed in it.\r
-          The caller must free the allocated buffer.   The buffer\r
-          allocation is not packed.\r
+          The caller must free the allocated buffer.\r
+          The buffer allocation is not packed.\r
 \r
 **/\r
 CHAR16 *\r
@@ -172,13 +170,10 @@ DevPathController (
 \r
 \r
 /**\r
-  Convert Device Path to a Unicode string for printing.\r
+  Convert Vendor device path to device name.\r
 \r
-  @param Str             The buffer holding the output string.\r
-                         This buffer contains the length of the\r
-                         string and the maixmum length reserved\r
-                         for the string buffer.\r
-  @param DevPath         The device path.\r
+  @param  Str      The buffer store device name\r
+  @param  DevPath  Pointer to vendor device path\r
 \r
 **/\r
 VOID\r