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)
commit3c2c54ca814aa28624633d7472526e054c344bf3
tree591a22ab315615e3660187c82e0daccab18117a1
parent41b0587981c44552c53bafa8ac9121ee3a4b2ee0
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