commit | e812e2c0c3d21a887ddcef6a86a861b108f7192d | [log] [tgz] |
---|---|---|
author | Christian Gmeiner <christian.gmeiner@gmail.com> | Mon Jul 30 13:22:06 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 10 13:45:34 2018 -0400 |
tree | e26eec3d11e6932913c17825e446b93ca8eb1bb5 | |
parent | 9fded7b9ef12d2e2c2ff9faae1a785abf7de5d43 [diff] |
smbios: fix checkstyle error Fixes the following chechpatch -f error: ERROR: "(foo*)" should be "(foo *)" + strncpy((char*)t->uuid, serial_str, sizeof(t->uuid)); Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>