]> git.baikalelectronics.ru Git - uboot.git/commit
efi_selftest: rename setup_ok
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 22 Oct 2018 21:15:10 +0000 (23:15 +0200)
committerAlexander Graf <agraf@suse.de>
Sun, 2 Dec 2018 20:59:37 +0000 (21:59 +0100)
commit56db74a0a523bb757fb966904c261dca3986559d
tree591a22ab315615e3660187c82e0daccab18117a1
parent5d2a385959f70094596c23ba6ae20df3fe416453
efi_selftest: rename setup_ok

The variable name setup_ok might suggest a boolean with true indicating
OK. Let's avoid the misleading name.

%s/setup_ok/setup_status/g

Suggested-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_selftest/efi_selftest.c