On Tue, 1 Aug 2017 14:16:16 +0100
Stefan Hajnoczi wrote:
> From: Vladimir Sementsov-Ogievskiy
>
> According to CODING_STYLE, check that in trace-events:
> 1. hex numbers are prefixed with '0x'
> 2. '#' flag of printf is not used
> 3. The exclusion from 1. are period-separated groups of numbers
From: Vladimir Sementsov-Ogievskiy
According to CODING_STYLE, check that in trace-events:
1. hex numbers are prefixed with '0x'
2. '#' flag of printf is not used
3. The exclusion from 1. are period-separated groups of numbers
Signed-off-by: Vladimir Sementsov-Ogievskiy
Reviewed-by: Stefan Hajno