commit | 68e948a9d57d2ccc0b9129ed841c58d23725bd49 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Wed Jan 31 23:49:34 2024 +0100 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Feb 02 19:57:45 2024 +0100 |
tree | d1d299e98db982d1379cb1d2a009e1c437dbb454 | |
parent | 91f875a085518075e433859ccaab11088a3cb12b [diff] |
smbios: correctly name Structure Table Maximum Size field In the SMBIOS 3 entry point the Structure Table Maximum Size field was incorrectly named max_struct_size. A Maximum Structure Size field only exists in the SMBIOS 2.1 entry point and has a different meaning. Call the Structure Table Length field table_maximum_size. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>