On Tue, Nov 19, 2019 at 1:39 PM 'Brendan Higgins' via KUnit Development <kunit-dev@xxxxxxxxxxxxxxxx> wrote: > > Fix typos and gramatical errors in the Getting Started and Usage guide > for KUnit. > > Reported-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > Link: https://patchwork.kernel.org/patch/11156481/ > Signed-off-by: Brendan Higgins <brendanhiggins@xxxxxxxxxx> > --- > Documentation/dev-tools/kunit/start.rst | 6 +++--- > Documentation/dev-tools/kunit/usage.rst | 22 +++++++++++----------- > 2 files changed, 14 insertions(+), 14 deletions(-) > Reviewed-by: David Gow <davidgow@xxxxxxxxxx> These changes look good to me. > diff --git a/Documentation/dev-tools/kunit/start.rst b/Documentation/dev-tools/kunit/start.rst > index f4d9a4fa914f8..db146c7d77490 100644 > --- a/Documentation/dev-tools/kunit/start.rst > +++ b/Documentation/dev-tools/kunit/start.rst Could you also fix the kunit.py invocation on line 162, which should have "run" passed as an argument? See: https://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest.git/tree/Documentation/dev-tools/kunit/start.rst?h=test#n162 It should read "/tools/testing/kunit/kunit.py run". Thanks, -- David