commit | 5566cafeabb6e35c12d9e758f508a9d32f2e3612 | [log] [tgz] |
---|---|---|
author | Christian Gmeiner <christian.gmeiner@gmail.com> | Mon Jul 30 13:22:07 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 10 13:45:34 2018 -0400 |
tree | 5efb051ebcc5c9df3c46950300b1e2a2cab59dc8 | |
parent | e812e2c0c3d21a887ddcef6a86a861b108f7192d [diff] |
smbios: fix checkstyle warning 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>