From 27f44ea1fb72beffbef0ef851d361a7550189d1b Mon Sep 17 00:00:00 2001 From: "Albecki, Mateusz" Date: Fri, 10 Jan 2020 18:26:11 +0800 Subject: [PATCH] MdeModulePkg/SdMmcPciHcDxe: Fix unknown doxygen tag error Changed @rtval to @retval in SdMmcHcStartSdClock function description. Signed-off-by: Mateusz Albecki Reviewed-by: Hao A Wu --- MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHci.c | 2 +- MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHci.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHci.c b/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHci.c index e7f2fac69b..d1e60938f9 100644 --- a/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHci.c +++ b/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHci.c @@ -765,7 +765,7 @@ SdMmcHcStopClock ( @param[in] Slot The slot number. @retval EFI_SUCCESS Succeeded to start the SD clock. - @rtval Others Failed to start the SD clock. + @retval Others Failed to start the SD clock. **/ EFI_STATUS SdMmcHcStartSdClock ( diff --git a/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHci.h b/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHci.h index 4753bb6864..16229a846c 100644 --- a/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHci.h +++ b/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHci.h @@ -485,7 +485,7 @@ SdMmcHcStopClock ( @param[in] Slot The slot number. @retval EFI_SUCCESS Succeeded to start the SD clock. - @rtval Others Failed to start the SD clock. + @retval Others Failed to start the SD clock. **/ EFI_STATUS SdMmcHcStartSdClock ( -- 2.39.2