MdeModulePkg/Bus/Ata: Fix various typos
Fix various typos in documentation, comments and debug strings. Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Hao A Wu <hao.a.wu@intel.com> Cc: Ray Ni <ray.ni@intel.com> Signed-off-by: Antoine Coeur <coeur@gmx.fr> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com> Acked-by: Liming Gao <liming.gao@intel.com> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com> Message-Id: <20200207010831.9046-12-philmd@redhat.com> [lersek@redhat.com: replace EFI_D_xxx w/ DEBUG_xxx to shut up PatchCheck]
This commit is contained in:
committed by
mergify[bot]
parent
02d7b79771
commit
8c39253dff
@@ -536,7 +536,7 @@ TransferAtaDevice (
|
||||
//
|
||||
// As AtaBus is used to manage ATA devices, we have to use the lowest transfer rate to
|
||||
// calculate the possible maximum timeout value for each read/write operation.
|
||||
// The timout value is rounded up to nearest integar and here an additional 30s is added
|
||||
// The timeout value is rounded up to nearest integer and here an additional 30s is added
|
||||
// to follow ATA spec in which it mentioned that the device may take up to 30s to respond
|
||||
// commands in the Standby/Idle mode.
|
||||
//
|
||||
@@ -634,7 +634,7 @@ AtaTerminateNonBlockingTask (
|
||||
}
|
||||
|
||||
/**
|
||||
Call back funtion when the event is signaled.
|
||||
Call back function when the event is signaled.
|
||||
|
||||
@param[in] Event The Event this notify function registered to.
|
||||
@param[in] Context Pointer to the context data registered to the
|
||||
|
Reference in New Issue
Block a user