summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network/IScsiDxe/IScsiMisc.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/IScsiMisc.h
parent96dcf1973f975ece358d8d70523a976ea218a962 (diff)
downloadedk2-platforms-963dbb30018c6420a9b27778e05e5eed74b23173.tar.xz
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/IScsiMisc.h')
-rw-r--r--MdeModulePkg/Universal/Network/IScsiDxe/IScsiMisc.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/MdeModulePkg/Universal/Network/IScsiDxe/IScsiMisc.h b/MdeModulePkg/Universal/Network/IScsiDxe/IScsiMisc.h
index cde79aa525..33b7b58acf 100644
--- a/MdeModulePkg/Universal/Network/IScsiDxe/IScsiMisc.h
+++ b/MdeModulePkg/Universal/Network/IScsiDxe/IScsiMisc.h
@@ -50,7 +50,7 @@ struct _ISCSI_SESSION_CONFIG_DATA {
@param[in] SubnetMask The IPv4 subnet mask.
@return The prefix length of the subnet mask.
- @return 0 Some unexpected error happened.
+ @retval 0 Other errors as indicated.
**/
UINT8
IScsiGetSubnetMaskPrefixLength (
@@ -171,7 +171,7 @@ IScsiBinToHex (
@retval EFI_SUCCESS The hexadecimal string is converted into a binary
encoded buffer.
- @retval EFI_BUFFER_TOO_SMALL The binary buffer is too small to hold the converted data.s
+ @retval EFI_BUFFER_TOO_SMALL The binary buffer is too small to hold the converted data.
**/
EFI_STATUS
IScsiHexToBin (
@@ -199,7 +199,7 @@ IScsiGenRandom (
@param[in] Controller The handle of the controller.
@return The iSCSI driver data created.
- @return NULL Some unexpected error happened.
+ @retval NULL Other errors as indicated.
**/
ISCSI_DRIVER_DATA *
IScsiCreateDriverData (
@@ -224,7 +224,7 @@ IScsiCleanDriverData (
@retval EFI_SUCCESS The configuration of this instance is got.
@retval EFI_ABORTED The operation was aborted.
- @retval Others Some unexpected error happened.
+ @retval Others Other errors as indicated.
**/
EFI_STATUS
IScsiGetConfigData (
@@ -237,7 +237,7 @@ IScsiGetConfigData (
@param[in] Private The iSCSI driver data.
@return The updated device path.
- @return NULL Some unexpected error happened.
+ @retval NULL Other errors as indicated.
**/
EFI_DEVICE_PATH_PROTOCOL *
IScsiGetTcpConnDevicePath (