Re: [Qemu-devel] [PULL 7/9] checkpatch: check trace-events code style

2017-08-29 Thread Alex Williamson
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

[Qemu-devel] [PULL 7/9] checkpatch: check trace-events code style

2017-08-01 Thread Stefan Hajnoczi
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