]> git.proxmox.com Git - mirror_edk2.git/commit
MdePkg/UefiScsiLib: comments update to add EFI_INVALID_PARAMETER status
authorFeng Tian <feng.tian@intel.com>
Thu, 10 Sep 2015 07:02:12 +0000 (07:02 +0000)
committererictian <erictian@Edk2>
Thu, 10 Sep 2015 07:02:12 +0000 (07:02 +0000)
commitd658727b50ab772c7f6e814d26d7766df9ea0429
treee0a529170ac66be04f76ee25d9a1352eb3bdc455
parent389824ffbe95c477ad605b56394798905ad13853
MdePkg/UefiScsiLib: comments update to add EFI_INVALID_PARAMETER status

EFI_SCSI_IO_PROTOCOL has alignment requirement on any data buffer
used in SCSI data transfer. As a wrap of this protocol, UefiScsiLib
have same request. Adding EFI_INVALID_PARAMETER return status in
function comments to ask the caller to guarantee this alignment.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Feng Tian <feng.tian@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18434 6f19259b-4bc3-4df7-8a09-765794883524
MdePkg/Include/Library/UefiScsiLib.h
MdePkg/Library/UefiScsiLib/UefiScsiLib.c