mirror of https://github.com/acidanthera/audk.git
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:
parent
9d1c9d0379
commit
27f44ea1fb
|
@ -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 (
|
||||
|
|
|
@ -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 (
|
||||
|
|
Loading…
Reference in New Issue