From: Albecki, Mateusz Date: Fri, 10 Jan 2020 10:26:11 +0000 (+0800) Subject: MdeModulePkg/SdMmcPciHcDxe: Fix unknown doxygen tag error X-Git-Tag: edk2-stable202002~239 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=27f44ea1fb72beffbef0ef851d361a7550189d1b;p=mirror_edk2.git 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 --- 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 (