Re: [U-Boot] [PATCH 2/2] smbios: fix checkstyle warning

2018-07-31 Thread Simon Glass
On 30 July 2018 at 05:22, 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-o

[U-Boot] [PATCH 2/2] smbios: fix checkstyle warning

2018-07-30 Thread Christian Gmeiner
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 --- lib/smbios.c | 1 + 1 file change