aboutsummaryrefslogtreecommitdiff
path: root/block
diff options
context:
space:
mode:
authorJafar Abdi <cafer.abdi@gmail.com>2019-03-23 17:26:37 +0300
committerStefan Berger <stefanb@linux.vnet.ibm.com>2020-05-12 11:47:24 -0400
commitaadad398e7dc21fe177278498c1be31b8c7d5078 (patch)
treec6d5d8e7ccc273f13001fca344d1422dc545238b /block
parentc88f1ffc19e38008a1c33ae039482a860aa7418c (diff)
downloadqemu-aadad398e7dc21fe177278498c1be31b8c7d5078.zip
qemu-aadad398e7dc21fe177278498c1be31b8c7d5078.tar.gz
qemu-aadad398e7dc21fe177278498c1be31b8c7d5078.tar.bz2
hw/tpm: fix usage of bool in tpm-tis.c
Clean up wrong usage of FALSE and TRUE in places that use "bool" from stdbool.h. FALSE and TRUE (with capital letters) are the constants defined by glib for being used with the "gboolean" type of glib. But some parts of the code also use TRUE and FALSE for variables that are declared as "bool" (the type from <stdbool.h>). Signed-off-by: Jafar Abdi <cafer.abdi@gmail.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Stefan Berger <stefanb@linux.ibm.com> Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions