Re: [PATCH 04/10] smbios: Use char consistently for the eos member

2021-01-08 Thread Christian Gmeiner
Am Do., 7. Jan. 2021 um 05:22 Uhr schrieb Simon Glass : > > 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 Reviewed-by: Christian Gmeiner -- greets -- Christian Gmeiner, MSc

[PATCH 04/10] smbios: Use char consistently for the eos member

2021-01-06 Thread Simon Glass
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 --- include/smbios.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/smbios.h b/include/smbios.h index fc69188a8fe..1cbeabf9522