Update the function's descriptions (which is in AtaBus, AtaAtapiPassThru, Partition drivers) to make them be consistent with the code.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11678 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -201,11 +201,11 @@ AhciWaitMemSet (
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
AhciCheckMemSet (
|
||||
IN EFI_PCI_IO_PROTOCOL *PciIo,
|
||||
IN UINT32 Offset,
|
||||
IN UINT32 MaskValue,
|
||||
IN UINT32 TestValue,
|
||||
IN UINTN *RetryTimes
|
||||
IN EFI_PCI_IO_PROTOCOL *PciIo,
|
||||
IN UINT32 Offset,
|
||||
IN UINT32 MaskValue,
|
||||
IN UINT32 TestValue,
|
||||
IN OUT UINTN *RetryTimes
|
||||
)
|
||||
{
|
||||
UINT32 Value;
|
||||
|
Reference in New Issue
Block a user