
11 Aug
2018
11 Aug
'18
3:45 a.m.
On Mon, Jul 30, 2018 at 01:22:07PM +0200, Christian Gmeiner 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 Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot/master, thanks!
--
Tom