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
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
2 matches
Mail list logo