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 <rebe...@bsdio.com>


--

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: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to