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>
This commit is contained in:
Albecki, Mateusz 2020-01-10 18:26:11 +08:00 committed by mergify[bot]
parent 9d1c9d0379
commit 27f44ea1fb
2 changed files with 2 additions and 2 deletions

View File

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

View File

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