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:
committed by
mergify[bot]
parent
9d1c9d0379
commit
27f44ea1fb
@@ -765,7 +765,7 @@ SdMmcHcStopClock (
|
|||||||
@param[in] Slot The slot number.
|
@param[in] Slot The slot number.
|
||||||
|
|
||||||
@retval EFI_SUCCESS Succeeded to start the SD clock.
|
@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
|
EFI_STATUS
|
||||||
SdMmcHcStartSdClock (
|
SdMmcHcStartSdClock (
|
||||||
|
@@ -485,7 +485,7 @@ SdMmcHcStopClock (
|
|||||||
@param[in] Slot The slot number.
|
@param[in] Slot The slot number.
|
||||||
|
|
||||||
@retval EFI_SUCCESS Succeeded to start the SD clock.
|
@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
|
EFI_STATUS
|
||||||
SdMmcHcStartSdClock (
|
SdMmcHcStartSdClock (
|
||||||
|
Reference in New Issue
Block a user