
31 Jul
2018
31 Jul
'18
1:52 p.m.
On 30 July 2018 at 05:22, Christian Gmeiner christian.gmeiner@gmail.com wrote:
Fixes the following checkstyle warning:
WARNING: Missing a blank line after declarations
int tmp = smbios_write_funcs[i]((ulong *)&addr, handle++);
max_struct_size = max(max_struct_size, tmp);
Signed-off-by: Christian Gmeiner christian.gmeiner@gmail.com
lib/smbios.c | 1 + 1 file changed, 1 insertion(+)
Reviewed-by: Simon Glass sjg@chromium.org