summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network/IScsiDxe/IScsiTcp4Io.h
diff options
context:
space:
mode:
authorywu21 <ywu21@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-12 07:03:44 +0000
committerywu21 <ywu21@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-12 07:03:44 +0000
commit963dbb30018c6420a9b27778e05e5eed74b23173 (patch)
treef8fc28301f368c56cac36b8b2d7bd48b53f02bcc /MdeModulePkg/Universal/Network/IScsiDxe/IScsiTcp4Io.h
parent96dcf1973f975ece358d8d70523a976ea218a962 (diff)
downloadedk2-963dbb30018c6420a9b27778e05e5eed74b23173.zip
edk2-963dbb30018c6420a9b27778e05e5eed74b23173.tar.gz
edk2-963dbb30018c6420a9b27778e05e5eed74b23173.tar.bz2
1)update function header coding style issue
change Some unexpected error happened. to Other errors as indicated. 2) delete unused parameter in IScsiConfigFormInit() 3) correct IN OUT mistake in IScsiSessionInit () 4)roll back one update for Piece of code in IScsiDhcp.c around line 99 on FieldIndex git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7013 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal/Network/IScsiDxe/IScsiTcp4Io.h')
-rw-r--r--MdeModulePkg/Universal/Network/IScsiDxe/IScsiTcp4Io.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/MdeModulePkg/Universal/Network/IScsiDxe/IScsiTcp4Io.h b/MdeModulePkg/Universal/Network/IScsiDxe/IScsiTcp4Io.h
index 86c2f86..1cc051c 100644
--- a/MdeModulePkg/Universal/Network/IScsiDxe/IScsiTcp4Io.h
+++ b/MdeModulePkg/Universal/Network/IScsiDxe/IScsiTcp4Io.h
@@ -82,7 +82,7 @@ Tcp4IoDestroySocket (
@retval EFI_SUCCESS Connect to the other endpoint of the TCP socket successfully.
@retval EFI_TIMEOUT Failed to connect to the other endpoint of the TCP socket in the specified time period.
- @retval Others Some expected error happened.
+ @retval Others Other errors as indicated.
**/
EFI_STATUS
Tcp4IoConnect (
@@ -108,7 +108,7 @@ Tcp4IoReset (
@retval EFI_SUCCESS The packet is trasmitted.
@retval EFI_OUT_OF_RESOURCES Failed to allocate memory.
- @retval Others Some expected error happened.
+ @retval Others Other errors as indicated.
**/
EFI_STATUS
Tcp4IoTransmit (
@@ -129,7 +129,7 @@ Tcp4IoTransmit (
@retval EFI_OUT_OF_RESOURCES Failed to allocate momery.
@retval EFI_TIMEOUT Failed to receive the required amount of data in the
specified time period.
- @retval Others Some expected error happened.
+ @retval Others Other errors as indicated.
**/
EFI_STATUS
Tcp4IoReceive (