Re: [PATCH] checkpatch: enforce process for expected files

2020-03-16 Thread Igor Mammedov
On Sun, 15 Mar 2020 07:35:46 -0400 "Michael S. Tsirkin" wrote: > If the process documented in tests/qtest/bios-tables-test.c > is followed, then same patch never touches both expected > files and code. Teach checkpatch to enforce this rule. > > Signed-off-by: Michael S. Tsirkin Tested-by:

Re: [PATCH] checkpatch: enforce process for expected files

2020-03-16 Thread Stefan Hajnoczi
On Sun, Mar 15, 2020 at 07:35:46AM -0400, Michael S. Tsirkin wrote: > If the process documented in tests/qtest/bios-tables-test.c > is followed, then same patch never touches both expected > files and code. Teach checkpatch to enforce this rule. > > Signed-off-by: Michael S. Tsirkin > --- > >

[PATCH] checkpatch: enforce process for expected files

2020-03-15 Thread Michael S. Tsirkin
If the process documented in tests/qtest/bios-tables-test.c is followed, then same patch never touches both expected files and code. Teach checkpatch to enforce this rule. Signed-off-by: Michael S. Tsirkin --- Peter, Igor what do you think? scripts/checkpatch.pl | 24