qtest: Fix bad printf format specifiers
commit3dc057923d3f3cd92ddc1685ff44022eec175c9c
authorAlexChen <alex.chen@huawei.com>
Wed, 4 Nov 2020 10:23:19 +0000 (4 18:23 +0800)
committerThomas Huth <thuth@redhat.com>
Mon, 9 Nov 2020 17:34:21 +0000 (9 18:34 +0100)
tree8a96d9f3bd11355251b149db3640503e10278e1e
parent8a47836548851ac00863a4f520ad761253ea4a86
qtest: Fix bad printf format specifiers

We should use printf format specifier "%u" instead of "%d" for
argument of type "unsigned int".

Reported-by: Euler Robot <euler.robot@huawei.com>
Signed-off-by: Alex Chen <alex.chen@huawei.com>
Message-Id: <5FA28117.3020802@huawei.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/qtest/arm-cpu-features.c