mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 05:34:31 +02:00
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.
|
@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 (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user