Fix one minor comment issue in last check-in

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3916 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8
2007-09-24 07:08:18 +00:00
parent cf40f28a5b
commit 6336a895f6
3 changed files with 6 additions and 3 deletions

View File

@ -84,8 +84,9 @@ AppendDevicePath (
This function creates a new device path by appending a copy of the device node specified by This function creates a new device path by appending a copy of the device node specified by
DevicePathNode to a copy of the device path specified by DevicePath in an allocated buffer. DevicePathNode to a copy of the device path specified by DevicePath in an allocated buffer.
The end-of-device-path device node is moved after the end of the appended device node. The end-of-device-path device node is moved after the end of the appended device node.
If DeviceNode is NULL then a copy of DevicePath is returned.
If DevicePathNode is NULL then a copy of DevicePath is returned. If DevicePathNode is NULL then a copy of DevicePath is returned.
If DevicePath is NULL then a copy of DevicePathNode, followed by an end-of-device path device
node is returned.
If both DevicePathNode and DevicePath are NULL then a copy of an end-of-device-path device node If both DevicePathNode and DevicePath are NULL then a copy of an end-of-device-path device node
is returned. is returned.
If there is not enough memory to allocate space for the new device path, then NULL is returned. If there is not enough memory to allocate space for the new device path, then NULL is returned.

View File

@ -189,8 +189,9 @@ AppendDevicePath (
This function creates a new device path by appending a copy of the device node specified by This function creates a new device path by appending a copy of the device node specified by
DevicePathNode to a copy of the device path specified by DevicePath in an allocated buffer. DevicePathNode to a copy of the device path specified by DevicePath in an allocated buffer.
The end-of-device-path device node is moved after the end of the appended device node. The end-of-device-path device node is moved after the end of the appended device node.
If DeviceNode is NULL then a copy of DevicePath is returned.
If DevicePathNode is NULL then a copy of DevicePath is returned. If DevicePathNode is NULL then a copy of DevicePath is returned.
If DevicePath is NULL then a copy of DevicePathNode, followed by an end-of-device path device
node is returned.
If both DevicePathNode and DevicePath are NULL then a copy of an end-of-device-path device node If both DevicePathNode and DevicePath are NULL then a copy of an end-of-device-path device node
is returned. is returned.
If there is not enough memory to allocate space for the new device path, then NULL is returned. If there is not enough memory to allocate space for the new device path, then NULL is returned.

View File

@ -139,8 +139,9 @@ AppendDevicePath (
This function creates a new device path by appending a copy of the device node specified by This function creates a new device path by appending a copy of the device node specified by
DevicePathNode to a copy of the device path specified by DevicePath in an allocated buffer. DevicePathNode to a copy of the device path specified by DevicePath in an allocated buffer.
The end-of-device-path device node is moved after the end of the appended device node. The end-of-device-path device node is moved after the end of the appended device node.
If DeviceNode is NULL then a copy of DevicePath is returned.
If DevicePathNode is NULL then a copy of DevicePath is returned. If DevicePathNode is NULL then a copy of DevicePath is returned.
If DevicePath is NULL then a copy of DevicePathNode, followed by an end-of-device path device
node is returned.
If both DevicePathNode and DevicePath are NULL then a copy of an end-of-device-path device node If both DevicePathNode and DevicePath are NULL then a copy of an end-of-device-path device node
is returned. is returned.
If there is not enough memory to allocate space for the new device path, then NULL is returned. If there is not enough memory to allocate space for the new device path, then NULL is returned.