[SWDEV-551318] Update readme doc: amdsmi_get_afids_from_cper() input arguments (#766)

* Update readme doc: amdsmi_get_afids_from_cper() input argument is only bytes, not a list of dicts each with keys “bytes” (List[int]) and “size” (int)

---------

Signed-off-by: Oosman Saeed <oossaeed@amd.com>
This commit is contained in:
Saeed, Oosman
2025-10-17 15:42:17 -05:00
zatwierdzone przez GitHub
rodzic 460cfcba1f
commit f7c9fe3011
2 zmienionych plików z 6 dodań i 12 usunięć
+1 -3
Wyświetl plik
@@ -1316,9 +1316,7 @@ Description: Get the AFIDs from CPER buffer
Input parameters:
* `cper_afid_data`: Either
- raw bytes or bytearray of a single CPER record, or
- a list of dicts each with keys "bytes" (List[int]) and "size" (int).
* `cper_afid_data`: raw bytes of a single CPER record.
Output: Tuple[List[int], int]: A tuple containing:
- A list of extracted AFIDs.