summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus
diff options
context:
space:
mode:
authorAlbecki, Mateusz <mateusz.albecki@intel.com>2020-01-10 18:26:11 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-01-13 01:24:13 +0000
commit27f44ea1fb72beffbef0ef851d361a7550189d1b (patch)
tree890dd6880175b82df533c00166a58bb391bf1d34 /MdeModulePkg/Bus
parent9d1c9d0379d065ca11bc3354faee2c742e89c005 (diff)
downloadedk2-27f44ea1fb72beffbef0ef851d361a7550189d1b.tar.gz
edk2-27f44ea1fb72beffbef0ef851d361a7550189d1b.tar.bz2
edk2-27f44ea1fb72beffbef0ef851d361a7550189d1b.zip
MdeModulePkg/SdMmcPciHcDxe: Fix unknown doxygen tag error
Changed @rtval to @retval in SdMmcHcStartSdClock function description. Signed-off-by: Mateusz Albecki <mateusz.albecki@intel.com> Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
Diffstat (limited to 'MdeModulePkg/Bus')
-rw-r--r--MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHci.c2
-rw-r--r--MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/SdMmcPciHci.h2
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 (