]> git.proxmox.com Git - mirror_qemu.git/commit
SMBIOS: fix long lines
authorMichael S. Tsirkin <mst@redhat.com>
Tue, 12 Mar 2024 22:28:12 +0000 (18:28 -0400)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 18 Mar 2024 08:57:45 +0000 (04:57 -0400)
commitfdf1c98063eec7f7fb4dd019391739eaae1e165f
treea2943c74d99daa5f8f3937cc18b4202daeb2989f
parentba49d760eb04630e7b15f423ebecf6c871b8f77b
SMBIOS: fix long lines

Break up long lines to fit under 80/90 char limit.

Fixes: 04f143d828 ("Implement SMBIOS type 9 v2.6")
Fixes: 735eee07d1 ("Implement base of SMBIOS type 9 descriptor.")
Cc: "Felix Wu" <flwu@google.com>
Cc: Nabih Estefan <nabihestefan@google.com>
Reviewed-by: Ani Sinha <anisinha@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/smbios/smbios.c