[U-Boot] [PATCH 2/2] smbios: fix checkstyle warning
Simon Glass
sjg at chromium.org
Tue Jul 31 11:52:45 UTC 2018
On 30 July 2018 at 05:22, Christian Gmeiner <christian.gmeiner at 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 at gmail.com>
> ---
> lib/smbios.c | 1 +
> 1 file changed, 1 insertion(+)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list