Thomas Huth writes:
> On 09/11/2020 13.50, Markus Armbruster wrote:
>> Alex Chen writes:
>>
>>> On 2020/11/9 15:57, Markus Armbruster wrote:
Thomas Huth writes:
> On 06/11/2020 15.18, Philippe Mathieu-Daudé wrote:
>> On 11/6/20 7:33 AM, Markus Armbruster wrote:
>>> Thomas
On 09/11/2020 13.50, Markus Armbruster wrote:
> Alex Chen writes:
>
>> On 2020/11/9 15:57, Markus Armbruster wrote:
>>> Thomas Huth writes:
>>>
On 06/11/2020 15.18, Philippe Mathieu-Daudé wrote:
> On 11/6/20 7:33 AM, Markus Armbruster wrote:
>> Thomas Huth writes:
>>
>>> On
Alex Chen writes:
> On 2020/11/9 15:57, Markus Armbruster wrote:
>> Thomas Huth writes:
>>
>>> On 06/11/2020 15.18, Philippe Mathieu-Daudé wrote:
On 11/6/20 7:33 AM, Markus Armbruster wrote:
> Thomas Huth writes:
>
>> On 05/11/2020 06.14, AlexChen wrote:
>>> On 2020/11/4 1
On 2020/11/9 15:57, Markus Armbruster wrote:
> Thomas Huth writes:
>
>> On 06/11/2020 15.18, Philippe Mathieu-Daudé wrote:
>>> On 11/6/20 7:33 AM, Markus Armbruster wrote:
Thomas Huth writes:
> On 05/11/2020 06.14, AlexChen wrote:
>> On 2020/11/4 18:44, Thomas Huth wrote:
>
Thomas Huth writes:
> On 06/11/2020 15.18, Philippe Mathieu-Daudé wrote:
>> On 11/6/20 7:33 AM, Markus Armbruster wrote:
>>> Thomas Huth writes:
>>>
On 05/11/2020 06.14, AlexChen wrote:
> On 2020/11/4 18:44, Thomas Huth wrote:
>> On 04/11/2020 11.23, AlexChen wrote:
>>> We shoul
On 06/11/2020 15.18, Philippe Mathieu-Daudé wrote:
> On 11/6/20 7:33 AM, Markus Armbruster wrote:
>> Thomas Huth writes:
>>
>>> On 05/11/2020 06.14, AlexChen wrote:
On 2020/11/4 18:44, Thomas Huth wrote:
> On 04/11/2020 11.23, AlexChen wrote:
>> We should use printf format specifier "
On 05/11/2020 09.19, Markus Armbruster wrote:
> Thomas Huth writes:
>
>> On 04/11/2020 11.23, AlexChen wrote:
>>> We should use printf format specifier "%u" instead of "%d" for
>>> argument of type "unsigned int".
>>>
>>> Reported-by: Euler Robot
>>> Signed-off-by: Alex Chen
>>> ---
>>> tests/
Philippe Mathieu-Daudé writes:
> On 11/6/20 7:33 AM, Markus Armbruster wrote:
[...]
>> In other words "%" PRIu32 is just a less legible alias for "%u" in all
>> cases that matter.
>
> Can we add a checkpatch rule to avoid using 'PRI[dux]32' format,
> so it is clear for everyone?
I guess we could
On 11/6/20 7:33 AM, Markus Armbruster wrote:
> Thomas Huth writes:
>
>> On 05/11/2020 06.14, AlexChen wrote:
>>> On 2020/11/4 18:44, Thomas Huth wrote:
On 04/11/2020 11.23, AlexChen wrote:
> We should use printf format specifier "%u" instead of "%d" for
> argument of type "unsigned i
Thomas Huth writes:
> On 05/11/2020 06.14, AlexChen wrote:
>> On 2020/11/4 18:44, Thomas Huth wrote:
>>> On 04/11/2020 11.23, AlexChen wrote:
We should use printf format specifier "%u" instead of "%d" for
argument of type "unsigned int".
Reported-by: Euler Robot
Signed-o
Thomas Huth writes:
> On 04/11/2020 11.23, AlexChen wrote:
>> We should use printf format specifier "%u" instead of "%d" for
>> argument of type "unsigned int".
>>
>> Reported-by: Euler Robot
>> Signed-off-by: Alex Chen
>> ---
>> tests/qtest/arm-cpu-features.c | 8
>> 1 file changed,
On 05/11/2020 06.14, AlexChen wrote:
> On 2020/11/4 18:44, Thomas Huth wrote:
>> On 04/11/2020 11.23, AlexChen wrote:
>>> We should use printf format specifier "%u" instead of "%d" for
>>> argument of type "unsigned int".
>>>
>>> Reported-by: Euler Robot
>>> Signed-off-by: Alex Chen
>>> ---
>>>
On 2020/11/4 18:44, Thomas Huth wrote:
> On 04/11/2020 11.23, AlexChen wrote:
>> We should use printf format specifier "%u" instead of "%d" for
>> argument of type "unsigned int".
>>
>> Reported-by: Euler Robot
>> Signed-off-by: Alex Chen
>> ---
>> tests/qtest/arm-cpu-features.c | 8
>>
On 04/11/2020 11.23, AlexChen wrote:
> We should use printf format specifier "%u" instead of "%d" for
> argument of type "unsigned int".
>
> Reported-by: Euler Robot
> Signed-off-by: Alex Chen
> ---
> tests/qtest/arm-cpu-features.c | 8
> 1 file changed, 4 insertions(+), 4 deletions(-)
We should use printf format specifier "%u" instead of "%d" for
argument of type "unsigned int".
Reported-by: Euler Robot
Signed-off-by: Alex Chen
---
tests/qtest/arm-cpu-features.c | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/qtest/arm-cpu-features.c b/tests
15 matches
Mail list logo