On 3/20/23 2:33 AM, Tinh Nguyen wrote:
-/** - Fetches the firmware ('BIOS') version from the - FirmwareVersionInfo HOB. +/** Fetches the Firmware version string for SMBIOS type 0- @return The version as a UTF-16 string+ This function get the Firmware version string from OemMiscLib first, + if it is invalid then PcdFirmwareVersionString is used as a fallback. + + @retval VOID **/ -CHAR16 * -GetBiosVersion ( +VOID +SetBiosVersion ( VOID )
Don't use @retval on a function that doesn't return anything. With that fixed: Reviewed-by: Rebecca Cran <[email protected]> -- Rebecca Cran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#101440): https://edk2.groups.io/g/devel/message/101440 Mute This Topic: https://groups.io/mt/97726956/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
