efi_selftest: missing braces in efi_selftest_textinputex.c
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 15 Sep 2018 19:00:52 +0000 (21:00 +0200)
committerAlexander Graf <agraf@suse.de>
Sun, 23 Sep 2018 19:55:30 +0000 (21:55 +0200)
commite10203864156ff7c31cae101448b4bcaf7dba58f
treee6c53238b1ef9169ada58687e2f1e6fbcf7371cb
parentd3dce35aabf1a0f3359c1129cc668850c00f95ea
efi_selftest: missing braces in efi_selftest_textinputex.c

gcc 4.8.4 wants to see all levels of braces when initializing a
structure to zeros.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_selftest/efi_selftest_textinputex.c