]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/IScsiDxe/IScsiInitiatorName.c
unified "iSCSI" in all comments
[mirror_edk2.git] / MdeModulePkg / Universal / Network / IScsiDxe / IScsiInitiatorName.c
index 2084fe1779e5cec4a2c031609a937fd469d0f8a8..718f04d4181da01e9ac8a764be4890fe55660565 100644 (file)
@@ -28,7 +28,7 @@ EFI_ISCSI_INITIATOR_NAME_PROTOCOL gIScsiInitiatorName = {
   @param[out]      Buffer     Pointer to the buffer for data to be read.\r
 \r
   @retval EFI_SUCCESS           Data was successfully retrieved into the provided buffer and the\r
-                                BufferSize was sufficient to handle the iSCSI initiator name\r
+                                BufferSize was sufficient to handle the iSCSI initiator name.\r
   @retval EFI_BUFFER_TOO_SMALL  BufferSize is too small for the result.\r
   @retval EFI_INVALID_PARAMETER BufferSize or Buffer is NULL.\r
   @retval EFI_DEVICE_ERROR      The iSCSI initiator name could not be retrieved due to a hardware error.\r
@@ -73,7 +73,7 @@ IScsiGetInitiatorName (
   @retval EFI_DEVICE_ERROR      The data could not be stored due to a hardware error.\r
   @retval EFI_OUT_OF_RESOURCES  Not enough storage is available to hold the data.\r
   @retval EFI_PROTOCOL_ERROR    Input iSCSI initiator name does not adhere to RFC 3720\r
-                                (and other related protocols)\r
+                                (and other related protocols).\r
   @retval Others                Other errors as indicated.\r
 **/\r
 EFI_STATUS\r