Reviewed-by: Ruiyu Ni <ruiyu...@intel.com>



> -----Original Message-----
> From: Mudusuru, Giri P
> Sent: Thursday, July 7, 2016 3:48 PM
> To: edk2-devel@lists.01.org
> Cc: Ni, Ruiyu <ruiyu...@intel.com>
> Subject: [edk2] [PATCH 09/16] PcAtChipsetPkg: Series of patches to fix typos
> - EFI_UNSUPPORTEDT to EFI_UNSUPPORTED
> 
> Cc: Ruiyu Ni <ruiyu...@intel.com>
> Contributed-under: TianoCore Contribution Agreement 1.0
> Signed-off-by: Giri P Mudusuru <giri.p.mudus...@intel.com>
> ---
>  PcAtChipsetPkg/8254TimerDxe/Timer.c     | 2 +-
>  PcAtChipsetPkg/8254TimerDxe/Timer.h     | 2 +-
>  PcAtChipsetPkg/HpetTimerDxe/HpetTimer.c | 4 ++--
>  3 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/PcAtChipsetPkg/8254TimerDxe/Timer.c
> b/PcAtChipsetPkg/8254TimerDxe/Timer.c
> index a7f4947..53bda8d 100644
> --- a/PcAtChipsetPkg/8254TimerDxe/Timer.c
> +++ b/PcAtChipsetPkg/8254TimerDxe/Timer.c
> @@ -285,7 +285,7 @@ TimerDriverGetTimerPeriod (
>    @param This              The EFI_TIMER_ARCH_PROTOCOL instance.
> 
>    @retval EFI_SUCCESS       The soft timer interrupt was generated.
> -  @retval EFI_UNSUPPORTEDT  The platform does not support the
> generation of soft timer interrupts.
> +  @retval EFI_UNSUPPORTED   The platform does not support the
> generation of soft timer interrupts.
> 
>  **/
>  EFI_STATUS
> diff --git a/PcAtChipsetPkg/8254TimerDxe/Timer.h
> b/PcAtChipsetPkg/8254TimerDxe/Timer.h
> index 5a354a8..7f9a41b 100644
> --- a/PcAtChipsetPkg/8254TimerDxe/Timer.h
> +++ b/PcAtChipsetPkg/8254TimerDxe/Timer.h
> @@ -178,7 +178,7 @@ TimerDriverGetTimerPeriod (
>    @param This              The EFI_TIMER_ARCH_PROTOCOL instance.
> 
>    @retval EFI_SUCCESS       The soft timer interrupt was generated.
> -  @retval EFI_UNSUPPORTEDT  The platform does not support the
> generation of soft timer interrupts.
> +  @retval EFI_UNSUPPORTED   The platform does not support the
> generation of soft timer interrupts.
> 
>  **/
>  EFI_STATUS
> diff --git a/PcAtChipsetPkg/HpetTimerDxe/HpetTimer.c
> b/PcAtChipsetPkg/HpetTimerDxe/HpetTimer.c
> index e23a2c8..80b16fd 100644
> --- a/PcAtChipsetPkg/HpetTimerDxe/HpetTimer.c
> +++ b/PcAtChipsetPkg/HpetTimerDxe/HpetTimer.c
> @@ -142,7 +142,7 @@ TimerDriverGetTimerPeriod (
>    @param  This  The EFI_TIMER_ARCH_PROTOCOL instance.
> 
>    @retval  EFI_SUCCESS       The soft timer interrupt was generated.
> -  @retval  EFI_UNSUPPORTEDT  The platform does not support the
> generation of soft
> +  @retval  EFI_UNSUPPORTED   The platform does not support the
> generation of soft
>                               timer interrupts.
> 
>  **/
> @@ -662,7 +662,7 @@ TimerDriverGetTimerPeriod (
>    @param  This  The EFI_TIMER_ARCH_PROTOCOL instance.
> 
>    @retval  EFI_SUCCESS       The soft timer interrupt was generated.
> -  @retval  EFI_UNSUPPORTEDT  The platform does not support the
> generation of soft
> +  @retval  EFI_UNSUPPORTED   The platform does not support the
> generation of soft
>                               timer interrupts.
> 
>  **/
> --
> 2.9.0.windows.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to