
31 Jul
2018
31 Jul
'18
1:52 p.m.
On 30 July 2018 at 05:22, Christian Gmeiner christian.gmeiner@gmail.com wrote:
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
lib/smbios.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org