unified "iSCSI" in all comments

add . at the end of lines
fix 2 file header issues and so on

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7256 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
ywu21
2009-01-13 08:44:22 +00:00
parent 81464cf106
commit 55a64ae0f4
18 changed files with 37 additions and 43 deletions

View File

@@ -20,11 +20,11 @@ EFI_GUID mIScsiCHAPAuthInfoGuid = ISCSI_CHAP_AUTH_INFO_GUID;
/**
Initator caculates its own expected hash value.
@param[in] ChapIdentifier ISCSI CHAP identifier sent by authenticator.
@param[in] ChapSecret ISCSI CHAP secret of the authenticator.
@param[in] SecretLength The length of ISCSI CHAP secret.
@param[in] ChapIdentifier iSCSI CHAP identifier sent by authenticator.
@param[in] ChapSecret iSCSI CHAP secret of the authenticator.
@param[in] SecretLength The length of iSCSI CHAP secret.
@param[in] ChapChallenge The challenge message sent by authenticator.
@param[in] ChallengeLength The length of ISCSI CHAP challenge message.
@param[in] ChallengeLength The length of iSCSI CHAP challenge message.
@param[out] ChapResponse The calculation of the expected hash value.
@retval EFI_SUCCESS The expected hash value was caculatedly successfully.
@@ -77,7 +77,7 @@ IScsiCHAPCalculateResponse (
The initator checks the CHAP response replied by target against its own
calculation of the expected hash value.
@param[in] AuthData ISCSI CHAP authentication data.
@param[in] AuthData iSCSI CHAP authentication data.
@param[in] TargetResponse The response from target.
@retval EFI_SUCCESS The response from target passed authentication.