diff options
author | Jafar Abdi <cafer.abdi@gmail.com> | 2019-03-23 17:26:36 +0300 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2019-04-08 12:38:07 +0200 |
commit | c098aac7dcc6f7c359be15c88ee26a1da8735f3f (patch) | |
tree | 06bd4ddacc71a06523c75af66e937a89b3b8639d /tests/libqos/qgraph.c | |
parent | 08f7ad1b00a00eeb6c8f499b138f41d3b59f0ece (diff) |
tests/libqos: fix usage of bool in pci-spapr.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: Eric Blake <eblake@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Message-Id: <1553351197-14581-4-git-send-email-cafer.abdi@gmail.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/libqos/qgraph.c')
0 files changed, 0 insertions, 0 deletions