PcAtChipsetPkg: Fix typing errors
Correct the reported by the codespell utility in some files of PcAtChipsetPkg. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
@@ -133,7 +133,7 @@ PcatIsaAcpiDriverBindingStop (
|
||||
@param Device Point to device ID instance
|
||||
|
||||
@retval EFI_NOT_FOUND Can not found the next Isa device.
|
||||
@retval EFI_SUCESS Success retrieve the next Isa device for enumration.
|
||||
@retval EFI_SUCCESS Success retrieve the next Isa device for enumration.
|
||||
|
||||
**/
|
||||
EFI_STATUS
|
||||
@@ -152,7 +152,7 @@ IsaDeviceEnumerate (
|
||||
@param OnOff TRUE for setting isa device power on,
|
||||
FALSE for setting isa device power off
|
||||
|
||||
@return EFI_SUCCESS Sucess to change power status for isa device.
|
||||
@return EFI_SUCCESS Success to change power status for isa device.
|
||||
**/
|
||||
EFI_STATUS
|
||||
EFIAPI
|
||||
@@ -204,7 +204,7 @@ IsaGetPossibleResource (
|
||||
@param Device Point to device ID instance
|
||||
@param ResourceList Point to resources instances for given isa device
|
||||
|
||||
@return EFI_SUCESS Success to set resource.
|
||||
@return EFI_SUCCESS Success to set resource.
|
||||
|
||||
**/
|
||||
EFI_STATUS
|
||||
@@ -222,7 +222,7 @@ IsaSetResource (
|
||||
@param Device Point to device ID instance
|
||||
@param Enable Enable/Disable
|
||||
|
||||
@return EFI_SUCESS Success to enable/disable.
|
||||
@return EFI_SUCCESS Success to enable/disable.
|
||||
|
||||
**/
|
||||
EFI_STATUS
|
||||
@@ -239,7 +239,7 @@ IsaEnableDevice (
|
||||
@param This Point to instance of EFI_ISA_ACPI_PROTOCOL
|
||||
@param Device Point to device ID instance
|
||||
|
||||
@return EFI_SUCESS Success to initialize.
|
||||
@return EFI_SUCCESS Success to initialize.
|
||||
|
||||
**/
|
||||
EFI_STATUS
|
||||
@@ -254,7 +254,7 @@ IsaInitDevice (
|
||||
|
||||
@param This Point to instance of EFI_ISA_ACPI_PROTOCOL
|
||||
|
||||
@return EFI_SUCESS Success to initialize ISA interface.
|
||||
@return EFI_SUCCESS Success to initialize ISA interface.
|
||||
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
Reference in New Issue
Block a user