Re: [RFC v1 00/31] kunit: Introducing KUnit, the Linux kernel unit testing framework

From: Brendan Higgins
Date: Wed Oct 17 2018 - 22:06:05 EST


On Wed, Oct 17, 2018 at 4:12 PM Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote:
>
> On 10/16/18 4:50 PM, Brendan Higgins wrote:
> > This patch set proposes KUnit, a lightweight unit testing and mocking
> > framework for the Linux kernel.
>
> Hi,
>
> Just a general comment:
>
> Documentation/process/submitting-patches.rst says:
> <<Describe your changes in imperative mood, e.g. "make xyzzy do frotz"
> instead of "[This patch] makes xyzzy do frotz" or "[I] changed xyzzy
> to do frotz", as if you are giving orders to the codebase to change
> its behaviour.>>
>

Thanks! I will fix this in the next revision.