Re: [Qemu-devel] [PATCH] checkpatch: ignore automatically imported Linux headers

2016-08-10 Thread Cornelia Huck
On Tue, 9 Aug 2016 19:38:41 +0200 Radim Krčmář wrote: > Linux uses tabs for indentation and checkpatch always complained about > automatically imported headers. update-linux-headers.sh could be modified to > expand tabs, but there is no real reason to complain about any ugly code in > Linux hea

Re: [Qemu-devel] [PATCH] checkpatch: ignore automatically imported Linux headers

2016-08-09 Thread Paolo Bonzini
On 09/08/2016 19:38, Radim Krčmář wrote: > Linux uses tabs for indentation and checkpatch always complained about > automatically imported headers. update-linux-headers.sh could be modified to > expand tabs, but there is no real reason to complain about any ugly code in > Linux headers, so skip

Re: [Qemu-devel] [PATCH] checkpatch: ignore automatically imported Linux headers

2016-08-09 Thread no-reply
Hi, Your series seems to have some coding style problems. See output below for more information: Message-id: 20160809173841.716-1-rkrc...@redhat.com Type: series Subject: [Qemu-devel] [PATCH] checkpatch: ignore automatically imported Linux headers === TEST SCRIPT BEGIN === #!/bin/bash BASE

[Qemu-devel] [PATCH] checkpatch: ignore automatically imported Linux headers

2016-08-09 Thread Radim Krčmář
Linux uses tabs for indentation and checkpatch always complained about automatically imported headers. update-linux-headers.sh could be modified to expand tabs, but there is no real reason to complain about any ugly code in Linux headers, so skip all hunk-related checks. Signed-off-by: Radim Krčm