]> Git Repo - J-u-boot.git/commit - include/smbios.h
smbios: Use char consistently for the eos member
authorSimon Glass <[email protected]>
Fri, 5 Feb 2021 04:17:15 +0000 (21:17 -0700)
committerBin Meng <[email protected]>
Sat, 6 Feb 2021 11:18:41 +0000 (19:18 +0800)
commitdc090586a0257699a497290bbc85588abc773bc2
tree2e54e4699aa818bf710001e5453e5c501272e96c
parent0e89b85906eafa22971f685fe5b184852f7b4eb0
smbios: Use char consistently for the eos member

At present a few of the structs use u8 instead of char. This is a string,
so char is better. Update them.

Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Christian Gmeiner <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
include/smbios.h
This page took 0.034386 seconds and 4 git commands to generate.