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