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:
Thomas Huth 2017-01-18 21:40:15 +08:00 committed by Star Zeng
parent 19ca06bb84
commit 619ad10f3a
10 changed files with 28 additions and 28 deletions

View File

@ -71,8 +71,8 @@ SetPitCount (
/**
8254 Timer #0 Interrupt Handler.
@param InterruptType The type of interrupt that occured
@param SystemContext A pointer to the system context when the interrupt occured
@param InterruptType The type of interrupt that occurred
@param SystemContext A pointer to the system context when the interrupt occurred
**/
VOID
EFIAPI
@ -332,7 +332,7 @@ TimerDriverGenerateSoftInterrupt (
@retval EFI_SUCCESS Timer Architectural Protocol created
@retval EFI_OUT_OF_RESOURCES Not enough resources available to initialize driver.
@retval EFI_DEVICE_ERROR A device error occured attempting to initialize the driver.
@retval EFI_DEVICE_ERROR A device error occurred attempting to initialize the driver.
**/
EFI_STATUS

View File

@ -57,7 +57,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
@retval EFI_SUCCESS Timer Architectural Protocol created
@retval EFI_OUT_OF_RESOURCES Not enough resources available to initialize driver.
@retval EFI_DEVICE_ERROR A device error occured attempting to initialize the driver.
@retval EFI_DEVICE_ERROR A device error occurred attempting to initialize the driver.
**/
EFI_STATUS

View File

@ -139,7 +139,7 @@ Interrupt8259SetVectorBase (
//
// Preserve interrtup mask register before initialization sequence
// because it will be cleared during intialization
// because it will be cleared during initialization
//
Mask = IoRead8 (LEGACY_8259_MASK_REGISTER_SLAVE);
@ -181,7 +181,7 @@ Interrupt8259SetVectorBase (
//
// Preserve interrtup mask register before initialization sequence
// because it will be cleared during intialization
// because it will be cleared during initialization
//
Mask = IoRead8 (LEGACY_8259_MASK_REGISTER_MASTER);

View File

@ -110,7 +110,7 @@ InitializeIdeControllerDriver (
driver but used by bus driver
@retval EFI_SUCCESS Driver loaded.
@retval !EFI_SUCESS Driver not loaded.
@retval !EFI_SUCCESS Driver not loaded.
**/
EFI_STATUS
EFIAPI
@ -249,7 +249,7 @@ IdeControllerStart (
@param NumberOfChildren Not used
@param ChildHandleBuffer Not used
@retval EFI_SUCESS This driver is removed DeviceHandle
@retval EFI_SUCCESS This driver is removed DeviceHandle
@retval !EFI_SUCCESS This driver was not removed from this device
**/
EFI_STATUS

View File

@ -59,7 +59,7 @@ extern EFI_COMPONENT_NAME2_PROTOCOL gIdeControllerComponentName2;
driver but used by bus driver
@retval EFI_SUCCESS Driver loaded.
@retval !EFI_SUCESS Driver not loaded.
@retval !EFI_SUCCESS Driver not loaded.
**/
EFI_STATUS
EFIAPI
@ -100,7 +100,7 @@ IdeControllerStart (
@param NumberOfChildren Not used
@param ChildHandleBuffer Not used
@retval EFI_SUCESS This driver is removed DeviceHandle
@retval EFI_SUCCESS This driver is removed DeviceHandle
@retval !EFI_SUCCESS This driver was not removed from this device
**/
EFI_STATUS

View File

@ -288,8 +288,8 @@ HpetEnable (
HPET interrupt is passed to that notification function in 100 ns units. The HPET
time is updated to generate another interrupt in the required time period.
@param InterruptType The type of interrupt that occured.
@param SystemContext A pointer to the system context when the interrupt occured.
@param InterruptType The type of interrupt that occurred.
@param SystemContext A pointer to the system context when the interrupt occurred.
**/
VOID
EFIAPI
@ -753,7 +753,7 @@ TimerDriverGenerateSoftInterrupt (
@retval EFI_SUCCESS Timer Architectural Protocol created
@retval EFI_OUT_OF_RESOURCES Not enough resources available to initialize driver.
@retval EFI_DEVICE_ERROR A device error occured attempting to initialize the driver.
@retval EFI_DEVICE_ERROR A device error occurred attempting to initialize the driver.
**/
EFI_STATUS

View File

@ -190,8 +190,8 @@ IsaDeviceLookup (
@param This Point to instance of EFI_ISA_ACPI_PROTOCOL
@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_NOT_FOUND Can not found the next Isa device.
@retval EFI_SUCCESS Success retrieve the next Isa device for enumration.
**/
EFI_STATUS
@ -221,7 +221,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
@ -286,7 +286,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
@ -307,7 +307,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
@ -327,7 +327,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
@ -346,7 +346,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

View File

@ -32,7 +32,7 @@ EFI_DRIVER_BINDING_PROTOCOL gPcatIsaAcpiDriverBinding = {
@param ImageHandle Handle for driver image
@param SystemTable Point to EFI_SYSTEM_TABLE
@return Sucess or not for installing driver binding protocol
@return Success or not for installing driver binding protocol
**/
EFI_STATUS
EFIAPI

View File

@ -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

View File

@ -60,7 +60,7 @@ UINT8 gBreakSet = 0;
Initialize the serial device hardware.
If no initialization is required, then return RETURN_SUCCESS.
If the serial device was successfuly initialized, then return RETURN_SUCCESS.
If the serial device was successfully initialized, then return RETURN_SUCCESS.
If the serial device could not be initialized, then return RETURN_DEVICE_ERROR.
@retval RETURN_SUCCESS The serial device was initialized.