commit | b1d31082281e81edede394f9d7010a49a743913c | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Mon Jan 29 18:09:50 2024 +0100 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Feb 02 19:55:29 2024 +0100 |
tree | 265eda9850030bc0600014c0e4ee3f4277b2aa77 | |
parent | da0428c6f8c2af8e45d79a8fb37ec66313c09ac7 [diff] |
cmd: smbios: always use '0x%04x' for printing handles Handles are u16 numbers. Consistently use '0x%04x' to print them. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>