From mboxrd@z Thu Jan 1 00:00:00 1970 From: pbonzini@redhat.com (Paolo Bonzini) Date: Thu, 12 Jan 2017 13:29:52 +0100 Subject: [kvm-unit-tests PATCH 4/6] docs: mention checkpatch in the README In-Reply-To: <20170111162841.15569-5-alex.bennee@linaro.org> References: <20170111162841.15569-1-alex.bennee@linaro.org> <20170111162841.15569-5-alex.bennee@linaro.org> Message-ID: <322298cd-aefa-e945-d3f4-1237767a06ef@redhat.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 11/01/2017 17:28, Alex Benn?e wrote: > Signed-off-by: Alex Benn?e > --- > README.md | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/README.md b/README.md > index 5027b62..9462824 100644 > --- a/README.md > +++ b/README.md > @@ -79,3 +79,4 @@ You can add the following to .git/config to do this automatically for you: > [format] > subjectprefix = kvm-unit-tests PATCH > > +Please run the kernel's ./scripts/checkpatch.pl on new patches Does it really work well on kvm-unit-tests? Paolo