]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/DevicePathLib.h
*BaseSmbusLib: (new version)
[mirror_edk2.git] / MdePkg / Include / Library / DevicePathLib.h
index bedbd1c0d4deb6288b5ea44ec7a86a56bc5ffc05..b42a8fecfdec12b9cd1822e76a49126fdd04c1e8 100644 (file)
@@ -74,24 +74,23 @@ AppendDevicePath (
 ;\r
 \r
 /**\r
-       This function appends the device path node SecondDevicePath\r
-       to every device path instance in FirstDevicePath.\r
+  This function appends the device path node SecondDevicePath\r
+  to every device path instance in FirstDevicePath.\r
 \r
-       @param  FirstDevicePath A pointer to a device path data structure.\r
-       \r
-       @param  SecondDevicePath A pointer to a single device path node.\r
+  @param  DevicePath A pointer to a device path data structure.\r
+  \r
+  @param  DevicePathNode A pointer to a single device path node.\r
 \r
-       @return\r
-       A pointer to the new device path.\r
-       If there is not enough temporary pool memory available to complete this function,\r
-       then NULL is returned.\r
+  @return A pointer to the new device path.\r
+  If there is not enough temporary pool memory available to complete this function,\r
+  then NULL is returned.\r
 \r
 **/\r
 EFI_DEVICE_PATH_PROTOCOL *\r
 EFIAPI\r
 AppendDevicePathNode (\r
-  IN CONST EFI_DEVICE_PATH_PROTOCOL  *FirstDevicePath,\r
-  IN CONST EFI_DEVICE_PATH_PROTOCOL  *SecondDevicePath\r
+  IN CONST EFI_DEVICE_PATH_PROTOCOL  *DevicePath,\r
+  IN CONST EFI_DEVICE_PATH_PROTOCOL  *DevicePathNode\r
   )\r
 ;\r
 \r